Establecer scripts dev y prod con puertos correspondientes

This commit is contained in:
2025-04-08 11:02:45 -06:00
parent 9f4abe1db2
commit b992e3386a
+1 -1
View File
@@ -7,7 +7,7 @@
"build": "next build",
"start:local": "next build && next start -p 3246",
"start:dev": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && next build && next start -p 3246",
"start:prod": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && next build && next start -p 3246",
"start:prod": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && next build && next start -p 3240",
"lint": "next lint"
},
"dependencies": {