Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "configurations": [
- {
- "name": "Python Debugger: FastAPI",
- "cwd": "${workspaceFolder}/app",
- "type": "debugpy",
- "request": "launch",
- "module": "uvicorn",
- "args": [
- "app.main:app",
- "--reload"
- ],
- "jinja": true
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement