blitz_api/.vscode/launch.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
}
]
}