This commit is contained in:
eric
2026-03-23 22:59:42 -05:00
parent 614f001986
commit 0528b1853a
8 changed files with 54 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev -p 3000 -H 0.0.0.0",
"build": "next build",
"build": "node ./scripts/build-safe.cjs",
"start": "next start",
"lint": "eslint"
},