Skip to content

Commit

Permalink
Add Procfile for Heroku deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
KeziaWahome committed Jan 4, 2024
1 parent e8f339c commit 894cd8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: yarn start
3 changes: 2 additions & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"swagger-ui-express": "^5.0.0"
},
"scripts": {
"generate-swagger": "swagger-jsdoc -d swagger.js -o swagger.json"
"generate-swagger": "swagger-jsdoc -d swagger.js -o swagger.json",
"start": "node server.js"

},
"devDependencies": {}
Expand Down

0 comments on commit 894cd8c

Please sign in to comment.