diff --git a/package.json b/package.json index 7ddee12..cc3d712 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 ps:scale web=0", + "stop": "heroku dyno:stop", "tail": "heroku logs --tail", "local": "heroku local web" },