This commit is contained in:
John Facey
2022-06-17 14:23:24 -05:00
parent 84e81d2d85
commit ee20841f8a

View File

@@ -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"
},