fix: Minor fix to the vite.config to allow domain
This commit is contained in:
@@ -7,6 +7,7 @@ export default defineConfig({
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 5173,
|
||||
allowedHosts: ['console.bellsystems.net'],
|
||||
hmr: {
|
||||
clientPort: 80,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user