diff --git a/package.json b/package.json index cc3d712..7ddee12 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "start": "node index.js", "push": "git push heroku main", "restart": "heroku dyno:restart", - "stop": "heroku dyno:stop", + "stop": "heroku ps:scale web=0", "tail": "heroku logs --tail", "local": "heroku local web" },