Switch to "true" for allowedHosts
This commit is contained in:
@@ -12,7 +12,7 @@ export default defineConfig({
|
||||
server: {
|
||||
port: 3050,
|
||||
host: '0.0.0.0',
|
||||
allowedHosts: ['*']
|
||||
allowedHosts: true
|
||||
},
|
||||
build: {
|
||||
outDir: 'build',
|
||||
|
||||
Reference in New Issue
Block a user