chore: update dev script to allow Vite to bind to all network interfaces
This commit is contained in:
@ -24,6 +24,7 @@ export default defineConfig(({ mode, command }) => {
|
||||
},
|
||||
server: {
|
||||
proxy: createViteProxy(),
|
||||
allowedHosts: ['.nwct.dev'],
|
||||
},
|
||||
build: {
|
||||
minify: 'terser',
|
||||
|
Reference in New Issue
Block a user