Establecer puerto script start

This commit is contained in:
2025-04-07 15:02:25 -06:00
parent 6eebaa0a94
commit 842972963a
+1 -1
View File
@@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"start": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && next build && next start -p 3240",
"lint": "next lint"
},
"dependencies": {