From ea5fcca654fdce4a0c4af9c720d7989b1020b3cf Mon Sep 17 00:00:00 2001 From: SinachPat Date: Thu, 23 Apr 2026 10:07:07 +0100 Subject: [PATCH] made system changes --- vercel.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vercel.json b/vercel.json index 769b39d..b2e045d 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,3 @@ { - "framework": "nextjs", - "buildCommand": "pnpm --filter @originmain/app run build", - "installCommand": "pnpm install --frozen-lockfile" + "installCommand": "cd ../.. && pnpm install --frozen-lockfile" }