diff --git a/package.json b/package.json index 68a7717..1ebe369 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "start": "node index.js" + "start": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && node index.js" }, "keywords": [], "author": "", @@ -18,4 +18,4 @@ "jsonwebtoken": "^9.0.2", "mysql2": "^3.14.1" } -} \ No newline at end of file +}