Skip to content

Commit

Permalink
Heroku fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasofizada committed Apr 23, 2022
1 parent f3cf743 commit e38a24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"license": "UNLICENSED",
"scripts": {
"start": "NODE_ENV=prod pwd && ls && node main"
"start": "NODE_ENV=prod node src/main"
},
"dependencies": {
"@golevelup/nestjs-stripe": "^0.1.0",
Expand Down

0 comments on commit e38a24f

Please sign in to comment.