replace 'vic.imo' to 'vic' to simplify
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "vic.imo.server",
|
||||
"name": "vic.server",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
@@ -7,7 +7,7 @@
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev": "node --inspect-brk ./",
|
||||
"mongod": "/mongodb/bin/mongod -f /mongodb/mongodb.conf --logpath /data/log/mongo.log",
|
||||
"daemon.pm2": "cross-env NODE_ENV=production pm2 start index.js --name vic.imo.server"
|
||||
"daemon.pm2": "cross-env NODE_ENV=production pm2 start index.js --name vic.server"
|
||||
},
|
||||
"author": "Nova.xu",
|
||||
"license": "ISC",
|
||||
|
||||
Reference in New Issue
Block a user