From 391eeb229882870a1c2311c820cc910890b35d9d Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Tue, 22 Jul 2025 08:01:28 +0800 Subject: first commit --- nodemon.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nodemon.json (limited to 'nodemon.json') 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" +} -- cgit v1.2.3