mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-15 08:21:16 +03:00
29 lines
622 B
JSON
29 lines
622 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Python: Launch Frigate",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"module": "frigate"
|
|
},
|
|
{
|
|
"type": "editor-browser",
|
|
"request": "launch",
|
|
"name": "Vite: Launch in integrated browser",
|
|
"url": "http://localhost:5173"
|
|
},
|
|
{
|
|
"type": "editor-browser",
|
|
"request": "launch",
|
|
"name": "Nginx: Launch in integrated browser",
|
|
"url": "http://localhost:5000"
|
|
},
|
|
{
|
|
"type": "editor-browser",
|
|
"request": "attach",
|
|
"name": "Attach to integrated browser"
|
|
}
|
|
]
|
|
}
|