Skip to content

Commit

Permalink
Merge pull request #2 from Cslove/dev
Browse files Browse the repository at this point in the history
feat: add debug environment variable
  • Loading branch information
luoquanquan committed Jan 11, 2019
2 parents 73a08f9 + 7fdf9a7 commit 696ffe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node bin/www",
"start": "DEBUG=demo:* node bin/www",
"dev": "NODE_ENV=dev ./node_modules/.bin/nodemon bin/www",
"test": "NODE_ENV=test ./node_modules/.bin/nodemon bin/www",
"prod": "NODE_ENV=prod pm2 start bin/www"
Expand Down

0 comments on commit 696ffe0

Please sign in to comment.