Skip to content

Commit

Permalink
updated start command
Browse files Browse the repository at this point in the history
  • Loading branch information
tigransimonyan committed Feb 29, 2024
1 parent 40ae737 commit 49382a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./index.ts",
"scripts": {
"dev": "nodemon --watch 'src/**' --ext 'ts,json' --exec 'ts-node ./index.ts'",
"start": "pm2 start ./dist/ecosystem.config.js",
"start": "npm run build && pm2 start ./dist/ecosystem.config.js",
"restart": "pm2 restart ZOOMMENT",
"kill": "pm2 delete ZOOMMENT",
"build": "tsc",
Expand Down

0 comments on commit 49382a1

Please sign in to comment.