This commit is contained in:
eric
2026-03-23 21:52:01 -05:00
parent c6cfb79481
commit 939db40d5c
416 changed files with 26144 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev -p 3002 -H 0.0.0.0",
"build": "next build",
"build": "node --max-old-space-size=1536 ./node_modules/next/dist/bin/next build",
"start": "next start",
"lint": "eslint"
},