Uso de NodeJS 22 en script start

This commit is contained in:
2025-08-07 11:21:58 -06:00
parent 56c68518c5
commit a61dfc5e15
+1 -1
View File
@@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && next build && next start -p 3342",
"start": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && next build && next start -p 3342",
"lint": "next lint"
},
"dependencies": {