5 lines
194 B
JSON
5 lines
194 B
JSON
{
|
|
"configurations": [
|
|
{"name":"Python Debugger: FastAPI","type":"debugpy","request":"launch","module":"uvicorn","args":["main:app","--reload", "--port", "8090"],"jinja":true}
|
|
]
|
|
} |