feat: add watch scripts

This commit is contained in:
夜鹰 2022-09-13 16:27:49 +08:00
parent cada91c872
commit cefd3f0547

View File

@ -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"
},