Update package.json

This commit is contained in:
Zheyuan Wu
2025-03-05 14:53:57 -06:00
parent 8b150eaae3
commit 75c9ed0363

View File

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