Files
advanced-camera-card/.vscode/launch.json
T
2022-06-17 04:25:13 +00:00

15 lines
354 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "launch",
"name": "Launch Chrome against Home Assistant",
"url": "http://localhost:48123",
"webRoot": "${workspaceFolder}/dist",
"preLaunchTask": "Rollup",
"resolveSourceMapLocations": ["http://localhost:41000/**"]
}
]
}