summaryrefslogtreecommitdiff
path: root/nodemon.json
diff options
context:
space:
mode:
Diffstat (limited to 'nodemon.json')
-rw-r--r--nodemon.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/nodemon.json b/nodemon.json
new file mode 100644
index 0000000..e03bb4c
--- /dev/null
+++ b/nodemon.json
@@ -0,0 +1,12 @@
+{
+ "watch": [
+ "src"
+ ],
+ "ext": "ts",
+ "ignore": [],
+ "exec": "tsc && homebridge --user-storage-path ./test/hbConfig --debug",
+ "signal": "SIGTERM",
+ "env": {
+ "NODE_OPTIONS": "--trace-warnings"
+ }
+}