Reuse the Frigate integration devcontainer

This commit is contained in:
Felipe Santos
2022-06-17 03:45:11 +00:00
parent bae67d70b2
commit dd9a19d179
13 changed files with 95 additions and 56 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"name": "Launch Chrome against Home Assistant",
"url": "http://localhost:8123",
"webRoot": "${workspaceFolder}/dist",
"preLaunchTask": "Rollup & Home Assistant"
"preLaunchTask": "Rollup",
"resolveSourceMapLocations": ["http://localhost:5001/**"]
}
]
}