[package.json] rename dist to debut, drive to serve
This commit is contained in:
@@ -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",
|
"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",
|
"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",
|
"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",
|
"serve.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.pm2cluster": "cross-env NODE_ENV=production pm2 start index.js --name vic.server.mongo -i max"
|
||||||
},
|
},
|
||||||
"author": "Nova.xu",
|
"author": "Nova.xu",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|||||||
Reference in New Issue
Block a user