From cc1d6593cb2698479731d58217271e309ddf3c50 Mon Sep 17 00:00:00 2001 From: SinachPat Date: Thu, 23 Apr 2026 09:47:41 +0100 Subject: [PATCH] made system changes --- vercel.json | 1 - 1 file changed, 1 deletion(-) diff --git a/vercel.json b/vercel.json index ad475ee..769b39d 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,5 @@ { "framework": "nextjs", "buildCommand": "pnpm --filter @originmain/app run build", - "outputDirectory": "packages/app/.next", "installCommand": "pnpm install --frozen-lockfile" }