This commit is contained in:
eric
2026-03-24 05:13:49 -05:00
parent 6c0651e1be
commit 2636c5ca6b
309 changed files with 12355 additions and 3 deletions

View File

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