From b219928282b0988d975614c1efd4cba3934aa6a5 Mon Sep 17 00:00:00 2001 From: Trance-0 <60459821+Trance-0@users.noreply.github.com> Date: Tue, 11 Feb 2025 21:19:12 -0600 Subject: [PATCH] Update vercel.json --- vercel.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index f92a3f8..64b04a6 100644 --- a/vercel.json +++ b/vercel.json @@ -1,3 +1,4 @@ { - "framework": "nextjs" + "framework": "nextjs", + "buildCommand": "NODE_OPTIONS=--max-old-space-size=8192 next build" }