14 lines
231 B
JSON
14 lines
231 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Run FastAPI",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"module": "uvicorn",
|
|
"args": ["main:app", "--reload"],
|
|
"jinja": true
|
|
}
|
|
]
|
|
}
|