diff options
| author | Li Zhineng <[email protected]> | 2025-07-22 09:37:44 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2025-07-22 09:37:44 +0800 |
| commit | a8dc243fe9dd5197627600a6a97d54d91c2b02c2 (patch) | |
| tree | 3fc1526f7f51d0a29df8fd2f5aefc3fe4f16318d /nodemon.json | |
| parent | b45b70be6d9f9acf880f24abebdf032d1e8ea8f5 (diff) | |
| download | homebridge-airmx-a8dc243fe9dd5197627600a6a97d54d91c2b02c2.tar.gz homebridge-airmx-a8dc243fe9dd5197627600a6a97d54d91c2b02c2.zip | |
apply fixes by Prettier
Diffstat (limited to 'nodemon.json')
| -rw-r--r-- | nodemon.json | 4 |
1 files changed, 1 insertions, 3 deletions
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" |
