Files
infinite-canvas/vercel.json
T
2026-07-09 10:42:13 +08:00

8 lines
218 B
JSON

{
"framework": "vite",
"installCommand": "cd web && bun install",
"buildCommand": "cd web && bun run build",
"outputDirectory": "web/dist",
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}