diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 98f0455..3ab6157 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -29,6 +29,7 @@ export default defineConfig({ // secure: false // } // }, + allowedHosts: ['localhost', 'rocks.2many.ca'], host: '0.0.0.0', // Required for Docker port: 3000, watch: {