summaryrefslogtreecommitdiff
path: root/nodemon.json
blob: e03bb4c4babf4282ac5ef656ab5180861b5c8863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "watch": [
    "src"
  ],
  "ext": "ts",
  "ignore": [],
  "exec": "tsc && homebridge --user-storage-path ./test/hbConfig --debug",
  "signal": "SIGTERM",
  "env": {
    "NODE_OPTIONS": "--trace-warnings"
  }
}