From a8dc243fe9dd5197627600a6a97d54d91c2b02c2 Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Tue, 22 Jul 2025 09:37:44 +0800 Subject: apply fixes by Prettier --- nodemon.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'nodemon.json') diff --git a/nodemon.json b/nodemon.json index 22bea52..64e8d61 100644 --- a/nodemon.json +++ b/nodemon.json @@ -1,7 +1,5 @@ { - "watch": [ - "src" - ], + "watch": ["src"], "ext": "ts", "exec": "npm run build && homebridge -U ./test/homebridge -D", "signal": "SIGTERM" -- cgit v1.2.3