Reload Uvicorn when developing
This commit is contained in:
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
@ -10,7 +10,8 @@
|
||||
"request": "launch",
|
||||
"module": "uvicorn",
|
||||
"args": [
|
||||
"discord_embed.main:app"
|
||||
"discord_embed.main:app",
|
||||
"--reload",
|
||||
],
|
||||
"jinja": true,
|
||||
"justMyCode": true
|
||||
|
Reference in New Issue
Block a user