Files
infinite-canvas/web/vercel.json
T

8 lines
194 B
JSON

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