Commit 524136f2 authored by liaili's avatar liaili

Merge branch 'express' of http://gitlab.yanky.cn/liaili/www.fudou6.com into express

* 'express' of http://gitlab.yanky.cn/liaili/www.fudou6.com:
  使用pm2 start
parents c8d0bb82 dbc09f8a
......@@ -3,7 +3,9 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node --harmony ./bin/www"
"start": "pm2 start ./bin/www --name=www.fudou6.com",
"stop": "pm2 stop www.fudou6.com",
"restart": "pm2 restart www.fudou6.com"
},
"dependencies": {
"babel-plugin-transform-es2015-sticky-regex": "^6.8.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment