more fixes

This commit is contained in:
Arkaprabha Chakraborty
2025-12-14 05:57:16 +05:30
parent 0f54f51249
commit 608b06088b

View File

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