This commit is contained in:
Arkaprabha Chakraborty
2025-12-14 05:56:15 +05:30
parent 43c516a005
commit 0f54f51249
4 changed files with 24 additions and 41 deletions

9
frontend/vercel.json Normal file
View File

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