mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
12 lines
178 B
JSON
12 lines
178 B
JSON
|
|
{
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "Python: Frigate",
|
||
|
|
"type": "python",
|
||
|
|
"request": "launch",
|
||
|
|
"module": "frigate",
|
||
|
|
"justMyCode": true
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|