[package.json] rename dist to debut, drive to serve

This commit is contained in:
Luk Lu
2021-12-15 22:55:23 +08:00
parent e1e6cb802f
commit e091b9e079

View File

@@ -11,8 +11,8 @@
"mongod.pm2": "pm2 start -x /root/mongodb/bin/mongod -n mongod -- --port 6842 --auth --dbpath /data/db --logpath /root/mongodb/log/mongod.log",
"mongodump": "/root/mongodb/bin/mongodump -h localhost:6842 -d vic -o /root/mongodb/backup",
"mongorestore": "/root/mongodb/bin/mongorestore -h localhost:6842 -d vic /root/mongodb/backup/vic",
"drive.pm2": "cross-env NODE_ENV=production pm2 start index.js --name vic.server.mongo",
"drive.pm2cluster": "cross-env NODE_ENV=production pm2 start index.js --name vic.server.mongo -i max"
"serve.pm2": "cross-env NODE_ENV=production pm2 start index.js --name vic.server.mongo",
"serve.pm2cluster": "cross-env NODE_ENV=production pm2 start index.js --name vic.server.mongo -i max"
},
"author": "Nova.xu",
"license": "ISC",