fixing random patch

This commit is contained in:
John Facey
2021-12-23 16:29:03 -06:00
parent f551fbcd63
commit e53a8245b1
5 changed files with 25 additions and 11 deletions

View File

@@ -16,6 +16,7 @@
"start": "node index.js",
"push": "git push heroku main",
"restart": "heroku dyno:restart",
"stop": "heroku dyno:stop",
"tail": "heroku logs --tail",
"local": "heroku local web"
},