2022-11-06 13:04:30 +01:00
|
|
|
{
|
2022-11-08 22:15:44 +01:00
|
|
|
"watch": ["./"],
|
2022-11-09 00:41:02 +01:00
|
|
|
"ignore": ["dist/*", "tests/*", ".homebridge/persist", ".homebridge/accessories"],
|
|
|
|
"exec": "tsc && homebridge -I -D -U .homebridge",
|
2022-11-06 13:50:39 +01:00
|
|
|
"signal": "SIGTERM",
|
|
|
|
"env": {
|
|
|
|
"NODE_OPTIONS": "--trace-warnings"
|
|
|
|
}
|
|
|
|
}
|