Files
2026-06-17 20:58:00 +08:00

12 lines
214 B
JSON

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