This commit is contained in:
eric
2026-03-24 04:40:56 -05:00
parent e740e5f4fb
commit 6c0651e1be
2 changed files with 46 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
},
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "node --max-old-space-size=2048 ./node_modules/next/dist/bin/next build",
"start": "next start",
"lint": "next lint",
"clean": "rm -rf .next",