mirror of
https://github.com/basketikun/infinite-canvas.git
synced 2026-07-24 06:54:06 +08:00
7 lines
170 B
JSON
7 lines
170 B
JSON
{
|
|
"buildCommand": "cd web && bun run build",
|
|
"installCommand": "cd web && bun install --frozen-lockfile",
|
|
"outputDirectory": "web/.next",
|
|
"framework": "nextjs"
|
|
}
|