diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 066f5e8..4a43b08 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -7,6 +7,7 @@ export default defineConfig({ server: { host: '0.0.0.0', port: 5173, + allowedHosts: ['console.bellsystems.net'], hmr: { clientPort: 80, },