mirror of
https://github.com/basketikun/infinite-canvas.git
synced 2026-07-24 15:24:06 +08:00
8 lines
218 B
JSON
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" }]
|
|
}
|