Skip to content

Commit

Permalink
👷 Add heroku procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KG-1510 committed Apr 17, 2022
1 parent 0f0d56d commit 45396e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: node index.js
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,9 @@
"mongodb": "^4.5.0",
"mongoose": "^6.2.10",
"nodemon": "^2.0.15"
},
"engine": {
"node": ">=14.17.0",
"npm": ">=6.14.13"
}
}

0 comments on commit 45396e3

Please sign in to comment.