Files
collab-ledger/frontend/web/vercel.json
T
2026-06-17 20:54:19 +08:00

12 lines
214 B
JSON

{
"installCommand": "pnpm install --no-frozen-lockfile",
"buildCommand": "pnpm build",
"outputDirectory": "dist",
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}