Workspaces FE (#1733)

This commit is contained in:
Louis Knight-Webb
2026-01-08 22:14:38 +00:00
committed by GitHub
parent fe2215ba85
commit 527febdc52
291 changed files with 23770 additions and 880 deletions

View File

@@ -74,6 +74,9 @@ export default defineConfig({
allow: [path.resolve(__dirname, "."), path.resolve(__dirname, "..")],
},
open: process.env.VITE_OPEN === "true",
allowedHosts: [
".trycloudflare.com", // allow all cloudflared tunnels
],
},
optimizeDeps: {
exclude: ["wa-sqlite"],