mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01: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"
|
|
}
|
|
]
|
|
}
|