fix: Minor fix to the vite.config to allow domain
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user