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