summaryrefslogtreecommitdiff
path: root/nodemon.json
diff options
context:
space:
mode:
Diffstat (limited to 'nodemon.json')
-rw-r--r--nodemon.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/nodemon.json b/nodemon.json
new file mode 100644
index 0000000..22bea52
--- /dev/null
+++ b/nodemon.json
@@ -0,0 +1,8 @@
+{
+ "watch": [
+ "src"
+ ],
+ "ext": "ts",
+ "exec": "npm run build && homebridge -U ./test/homebridge -D",
+ "signal": "SIGTERM"
+}