update build and configs

This commit is contained in:
Zheyuan Wu
2025-02-18 15:37:46 -06:00
parent 3564834496
commit 15e491ed3e
3 changed files with 2 additions and 4 deletions

View File

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