fix: allow hosts
This commit is contained in:
@@ -40,7 +40,8 @@ export default defineConfig({
|
||||
}
|
||||
},
|
||||
server: {
|
||||
port: 5173
|
||||
port: 5173,
|
||||
allowedHosts: true
|
||||
},
|
||||
build: {
|
||||
outDir: 'dist'
|
||||
|
||||
Reference in New Issue
Block a user