Spaces:
Sleeping
Sleeping
| { | |
| "configurations": [ | |
| { | |
| "name": "Python Debugger: FastAPI", | |
| "type": "debugpy", | |
| "request": "launch", | |
| "module": "uvicorn", | |
| "args": [ | |
| "app:app", | |
| "--reload" | |
| ], | |
| "jinja": true | |
| } | |
| ] | |
| } |
| { | |
| "configurations": [ | |
| { | |
| "name": "Python Debugger: FastAPI", | |
| "type": "debugpy", | |
| "request": "launch", | |
| "module": "uvicorn", | |
| "args": [ | |
| "app:app", | |
| "--reload" | |
| ], | |
| "jinja": true | |
| } | |
| ] | |
| } |