Fix:
vite.server.allowedHosts nested correctly
This commit is contained in:
@@ -6,6 +6,8 @@ export default defineConfig({
|
||||
port: 4321,
|
||||
},
|
||||
vite: {
|
||||
allowedHosts: true,
|
||||
server: {
|
||||
allowedHosts: true,
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user