diff --git a/frontend/vercel.json b/frontend/vercel.json index a978de3..e532405 100644 --- a/frontend/vercel.json +++ b/frontend/vercel.json @@ -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" }