fix: Minor fix to the vite.config to allow domain

This commit is contained in:
2026-02-27 05:23:37 +02:00
parent 5c682041e0
commit 70596445a6

View File

@@ -7,6 +7,7 @@ export default defineConfig({
server: { server: {
host: '0.0.0.0', host: '0.0.0.0',
port: 5173, port: 5173,
allowedHosts: ['console.bellsystems.net'],
hmr: { hmr: {
clientPort: 80, clientPort: 80,
}, },