updated format

This commit is contained in:
John Facey
2022-06-17 17:54:31 -05:00
parent ee20841f8a
commit e582610ebf
3 changed files with 4 additions and 3 deletions

View File

@@ -20,7 +20,8 @@
"start": "node index.js",
"push": "git push heroku main",
"restart": "heroku dyno:restart",
"stop": "heroku dyno:stop",
"stop": "heroku ps:scale web=0",
"one": "heroku ps:scale web=1",
"tail": "heroku logs --tail",
"local": "heroku local web"
},