Update package.json

This commit is contained in:
Trance-0
2025-02-18 15:42:12 -06:00
parent 15e491ed3e
commit f122a18bb3

View File

@@ -1,7 +1,7 @@
{
"scripts": {
"dev": "next",
"build": "export NODE_OPTIONS=--max-old-space-size=8192 && next build",
"build": "export NODE_OPTIONS=--max-old-space-size=8192 && export VERCEL_DEEP_CLONE=true && next build",
"start": "next start"
},
"dependencies": {