fix: allow any host on dev

This commit is contained in:
diced
2025-09-18 12:31:59 -07:00
parent ac41dab2b2
commit f0ee4cdab3

View File

@@ -14,6 +14,8 @@ export default defineConfig(({ mode }) => {
},
server: {
middlewareMode: true,
// not safe in production, but fine in dev
allowedHosts: true,
},
resolve: {
alias: {