13 lines
313 B
JSON
13 lines
313 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Python: Module",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"module": "uvicorn",
|
|
"cwd": "${workspaceFolder}/src",
|
|
"args": ["main:app","--reload"]
|
|
}
|
|
]
|
|
} |