mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
13 lines
207 B
JSON
13 lines
207 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Python: Launch Frigate",
|
||
|
"type": "python",
|
||
|
"request": "launch",
|
||
|
"module": "frigate",
|
||
|
"justMyCode": true
|
||
|
}
|
||
|
]
|
||
|
}
|