Skip to content

Commit

Permalink
fix(api): heroku web command
Browse files Browse the repository at this point in the history
  • Loading branch information
geromegrignon committed Jun 25, 2023
1 parent 1d7cc20 commit 3c08f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
web: npm ci && npx nx serve api
web: npm ci && node dist/apps/api/main.js

release: npx prisma migrate deploy

0 comments on commit 3c08f00

Please sign in to comment.