Files
Reduce/frontend/vercel.json
2025-12-14 05:56:15 +05:30

10 lines
244 B
JSON

{
"buildCommand": "bun --cwd frontend install && bun --cwd frontend run build",
"outputDirectory": "frontend/dist",
"framework": "vite",
"cleanUrls": true,
"rewrites": [
{ "source": "/:path*", "destination": "/index.html" }
]
}