Fix development environment
This commit is contained in:
parent
de101f9006
commit
4d1069c041
4 changed files with 6 additions and 6 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -123,5 +123,5 @@ dist
|
|||
# IntelliJ
|
||||
/.idea/
|
||||
|
||||
/dot-homebridge/accessories/
|
||||
/dot-homebridge/persist/
|
||||
/.homebridge/accessories/
|
||||
/.homebridge/persist/
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
},
|
||||
"platforms": [
|
||||
{
|
||||
"pin": "808-00-808",
|
||||
"pin": "121-11-121",
|
||||
"platform": "PrometheusExporter",
|
||||
"debug": true
|
||||
},
|
|
@ -134,7 +134,7 @@ web_modules/
|
|||
.pnp.*
|
||||
|
||||
# Dev setup
|
||||
dot-homebridge/
|
||||
.homebridge/
|
||||
tests/
|
||||
.idea/
|
||||
flake.*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"watch": ["./"],
|
||||
"ignore": ["dist/*", "tests/*"],
|
||||
"exec": "tsc && homebridge -D -U dot-homebridge",
|
||||
"ignore": ["dist/*", "tests/*", ".homebridge/persist", ".homebridge/accessories"],
|
||||
"exec": "tsc && homebridge -I -D -U .homebridge",
|
||||
"signal": "SIGTERM",
|
||||
"env": {
|
||||
"NODE_OPTIONS": "--trace-warnings"
|
||||
|
|
Loading…
Reference in a new issue