Compare commits

...

5 Commits

Author SHA1 Message Date
dicedtomato
590e46f18e Merge branch 'trunk' into drizzle 2025-09-18 12:42:29 -07:00
diced
36ffb669b2 fix: accidental force push lmaoo (#886)
PR: #886
2025-09-18 12:41:22 -07:00
dicedtomato
2eaee1a92e Merge branch 'trunk' into drizzle 2025-09-18 12:35:59 -07:00
diced
4758bd145e fix: accidental force push lmaoo (#875)
PR: #875
2025-09-18 12:35:00 -07:00
diced
f0ee4cdab3 fix: allow any host on dev 2025-09-18 12:31:59 -07:00

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: {