From f6261107bd1fb96f72e12253109405b6e26e41ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Mon, 9 Jan 2023 04:56:07 +0100 Subject: [PATCH] Reload Uvicorn when developing --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index a0e6666..0d6942b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,8 @@ "request": "launch", "module": "uvicorn", "args": [ - "discord_embed.main:app" + "discord_embed.main:app", + "--reload", ], "jinja": true, "justMyCode": true