Skip to content

Commit

Permalink
Update for Heroku deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
KeziaWahome committed Jan 4, 2024
1 parent 444ecfc commit 34fcc49
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@
},
"scripts": {
"generate-swagger": "swagger-jsdoc -d swagger.js -o swagger.json",
"start": "node server.js"

"start": "node server.js"
},
"engines": {
"node": "v16.14.1"
},

"devDependencies": {}
}

0 comments on commit 34fcc49

Please sign in to comment.