Skip to content

Commit

Permalink
Adds warnings tracing to the node monitor config.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkormendy committed Jul 10, 2021
1 parent e030717 commit 37e54a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"ignore": [],
"exec": "tsc && homebridge -I -D -Q",
"signal": "SIGTERM",
"outputCapture": "all"
"outputCapture": "all",
"env": {
"NODE_OPTIONS": "--trace-warnings"
}
}

0 comments on commit 37e54a0

Please sign in to comment.