diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 1d34172..e34bd77 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -23,7 +23,7 @@ export default defineConfig(({mode}) => { }, port: 5173, // Ensure this matches your WebStorm debug URL open: true, // Automatically opens the browser - host: 'localhost', + host: '0.0.0.0', }, build: { sourcemap: true, // Enable source maps for debugging