Skip to content

Commit

Permalink
feat: add watch scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Sep 13, 2022
1 parent cada91c commit cefd3f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/workbench/node/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"dev": "node main.js",
"start": "pm2 start main.js",
"start:io": "pm2 start socketio.js",
"watch": "pm2 list",
"stop": "pm2 stop all",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit cefd3f0

Please sign in to comment.