This commit is contained in:
jalvarado
2025-04-08 10:45:31 -06:00
parent 8d8299b71a
commit 587bbc4b7c
7 changed files with 45 additions and 44 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
"dev": "next dev --turbopack",
"build": "next build",
"start:local": "next build && next start -p 3246",
"start": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && 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",
"lint": "next lint"
},
"dependencies": {