diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index a62954b21..edbce6450 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -36,6 +36,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => { server: { port: viteEnv.VITE_PORT, open: viteEnv.VITE_OPEN, + host: '0.0.0.0', proxy: { '/api/v1': { target: 'http://localhost:9999/',