Skip to content

Commit

Permalink
Add timestamp to pm2 logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rogup committed May 13, 2024
1 parent 09f9689 commit c6c0203
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 @@ -10,7 +10,7 @@
"dev": "run-p dev:*",
"test": "env-cmd -f .env.test ts-mocha",
"build": "tsc",
"serve": "pm2 start lib/main.js"
"serve": "pm2 start lib/main.js --time"
},
"author": "Hansen Salim",
"dependencies": {
Expand Down

0 comments on commit c6c0203

Please sign in to comment.