Advertisement
bagsari

Untitled

Aug 23rd, 2024
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. {
  2. "configurations": [
  3. {
  4. "name": "Python Debugger: FastAPI",
  5. "cwd": "${workspaceFolder}/app",
  6. "type": "debugpy",
  7. "request": "launch",
  8. "module": "uvicorn",
  9. "args": [
  10. "app.main:app",
  11. "--reload"
  12. ],
  13. "jinja": true
  14. }
  15. ]
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement