Files
infinite-canvas/vercel.json
T

7 lines
170 B
JSON

{
"buildCommand": "cd web && bun run build",
"installCommand": "cd web && bun install --frozen-lockfile",
"outputDirectory": "web/.next",
"framework": "nextjs"
}