mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-01 03:46:25 +02:00
14 lines
240 B
JSON
14 lines
240 B
JSON
|
|
{
|
||
|
|
"version": "0.2.0",
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "Python: FastAPI",
|
||
|
|
"type": "debugpy",
|
||
|
|
"request": "launch",
|
||
|
|
"module": "uvicorn",
|
||
|
|
"args": ["src.main:app", "--reload"],
|
||
|
|
"jinja": true
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|