diff options
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" |
