mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-14 12:02:46 +02:00
14 lines
254 B
JSON
14 lines
254 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Python: FastAPI",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"module": "uvicorn",
|
|
"args": ["app.main:app"],
|
|
"jinja": true,
|
|
"justMyCode": false
|
|
}
|
|
]
|
|
}
|