From 608b06088ba7e9653e623c78b557601f193bfe3a Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Sun, 14 Dec 2025 05:57:16 +0530 Subject: [PATCH] more fixes --- frontend/vercel.json | 3 --- 1 file changed, 3 deletions(-) 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" }