diff --git a/frontend/vite.config.js b/frontend/vite.config.js index c4cc50e..bb8629f 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -12,6 +12,7 @@ export default defineConfig({ server: { port: 3050, host: '0.0.0.0', + allowedHosts: ['*'] }, build: { outDir: 'build',