Skip to content

Commit

Permalink
fix: add missing start in pm2
Browse files Browse the repository at this point in the history
  • Loading branch information
pociej committed Apr 8, 2024
1 parent 29c7737 commit 4222522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "concurrently -k \"tsc -w\" \"nodemon --env-file=.env.local ./dist/index.js\"",
"build": "tsc",
"start": "pm2 ./dist/index.js"
"start": "pm2 start ./dist/index.js"
},
"type": "module",
"keywords": [],
Expand Down

0 comments on commit 4222522

Please sign in to comment.