mirror of
https://github.com/diced/zipline.git
synced 2025-12-05 20:40:12 -08:00
fix: allow any host on dev
This commit is contained in:
@@ -14,6 +14,8 @@ export default defineConfig(({ mode }) => {
|
||||
},
|
||||
server: {
|
||||
middlewareMode: true,
|
||||
// not safe in production, but fine in dev
|
||||
allowedHosts: true,
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
|
||||
Reference in New Issue
Block a user