client:only

This commit is contained in:
Moritz Utcke
2025-03-19 20:56:57 -03:00
parent 5cf9892da0
commit 91872ee3d3
3 changed files with 11 additions and 8 deletions

View File

@@ -16,6 +16,9 @@ export default defineConfig({
mode: "middleware",
}),
vite: {
server: {
allowedHosts: ["ibcornelsen.de"]
},
optimizeDeps: {
exclude: ["bun"]
},