Depends on https://github.com/blakeblackshear/frigate-hass-integration/pull/884.
15 lines
348 B
JSON
15 lines
348 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"name": "Launch Chrome against Home Assistant",
|
|
"url": "http://localhost:8123",
|
|
"webRoot": "${workspaceFolder}/dist",
|
|
"preLaunchTask": "Rollup",
|
|
"resolveSourceMapLocations": ["http://localhost:1000/**"]
|
|
}
|
|
]
|
|
}
|