Change allowedHosts to true in Vite config
This commit is contained in:
@@ -10,6 +10,6 @@ export default defineConfig({
|
||||
],
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
allowedHosts: 'all'
|
||||
allowedHosts: true
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user