15 lines
324 B
JSON
15 lines
324 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Python Debugger: FastAPI",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"module": "uvicorn",
|
|
"args": [
|
|
"backend.main:app",
|
|
"--reload"
|
|
],
|
|
"jinja": true
|
|
}
|
|
]
|
|
} |