Commit 72309a31 authored by 姚广胤's avatar 姚广胤

不能留空格

parent abd981f6
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
"version": "1.0.0", "version": "1.0.0",
"main": "app.js", "main": "app.js",
"scripts": { "scripts": {
"dev": "export NODE_ENV=development && nodemon --harmony app.js", "dev": "export NODE_ENV=development&& nodemon --harmony app.js",
"devwin": "set NODE_ENV=development && nodemon --harmony app.js", "devwin": "set NODE_ENV=development&& nodemon --harmony app.js",
"prod": "pm2 start pm2.json --env production", "prod": "pm2 start pm2.json --env production",
"prodwin": "set NODE_ENV=production && nodemon --harmony app.js" "prodwin": "set NODE_ENV=production&& nodemon --harmony app.js"
}, },
"keywords": [ "keywords": [
"koa", "koa",
......
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