Workspaces FE (#1733)
This commit is contained in:
committed by
GitHub
parent
fe2215ba85
commit
527febdc52
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user