Update package.json

This commit is contained in:
Trance-0
2025-02-18 15:54:37 -06:00
parent f122a18bb3
commit 5c9b7feb2b

View File

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