added new start

This commit is contained in:
IO420
2026-01-09 15:02:22 -06:00
parent c1d76ef01f
commit 6ad6fa8ebc
+1 -1
View File
@@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"start": "source ~/.nvm/nvm.sh && node --version && nvm use 22.10.0 && npm install && next build && next start -p 3356",
"lint": "next lint"
},
"dependencies": {