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