Skip to content

Commit

Permalink
add heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
amrtgaber committed Aug 8, 2022
1 parent 07cdf15 commit 7452055
Show file tree
Hide file tree
Showing 3 changed files with 9 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: npm run start:prod
4 changes: 4 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"author": "",
"private": true,
"license": "UNLICENSED",
"engines": {
"node": "16.x"
},
"scripts": {
"prisma:dev:deploy": "npx prisma migrate deploy",
"db:dev:rm": "docker compose rm dev-db -sfv",
Expand All @@ -20,7 +23,7 @@
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"start:prod": "node dist/src/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"pretest": "npm run db:test:restart",
"test": "dotenv -e .test.env -- jest",
Expand Down

0 comments on commit 7452055

Please sign in to comment.