diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 99cc53114..b243f26a0 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -53,6 +53,7 @@ export default defineConfig(async ({ mode, command }) => { ws, }, }, + host: true, }, }; });