Skip to content

Commit 9cd313e

Browse files
committed
Add a PM2 log flush command
1 parent 00404b8 commit 9cd313e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"restart": "pm2 restart bgee-web",
1414
"restart:all": "pm2 restart all",
1515
"logs": "pm2 logs bgee-web",
16+
"log-flush": "pm2 flush bgee-web",
1617
"status": "pm2 status",
1718
"typecheck": "react-router typegen && tsc",
1819
"fmt": "prettier --write . && eslint . --fix",

0 commit comments

Comments
 (0)