mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-22 08:57:20 -06:00
12 lines
182 B
JSON
12 lines
182 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Python: Launch Frigate",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"module": "frigate"
|
|
}
|
|
]
|
|
}
|