Update vercel.json

This commit is contained in:
Trance-0
2025-02-11 21:19:12 -06:00
parent e92443b362
commit b219928282

View File

@@ -1,3 +1,4 @@
{
"framework": "nextjs"
"framework": "nextjs",
"buildCommand": "NODE_OPTIONS=--max-old-space-size=8192 next build"
}