Skip to content

Commit

Permalink
Add debug output to yarn start
Browse files Browse the repository at this point in the history
  • Loading branch information
gnowland committed May 14, 2019
1 parent bebf7cc commit 3090206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"private": true,
"main": "app.js",
"scripts": {
"start": "node ./bin/www"
"start": "DEBUG=paymotimesheetinsights:* node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
Expand Down

0 comments on commit 3090206

Please sign in to comment.