Skip to content

Commit

Permalink
Removes warnings tracing from the node monitor config (which blocked …
Browse files Browse the repository at this point in the history
…debugging).
  • Loading branch information
mkormendy committed Jul 15, 2021
1 parent 86eac32 commit 969e7f2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@
"ext": "ts",
"ignore": [],
"exec": "tsc && homebridge -I -D -Q",
"signal": "SIGTERM",
"outputCapture": "all",
"env": {
"NODE_OPTIONS": "--trace-warnings"
}
"signal": "SIGTERM"
}

0 comments on commit 969e7f2

Please sign in to comment.