refactor: Add reload include for backend source files in launch.json

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-06-21 14:10:07 -03:00
commit 11f2ca0cfb

4
.vscode/launch.json vendored
View file

@ -15,7 +15,9 @@
"--log-level",
"debug",
"--loop",
"asyncio"
"asyncio",
"--reload-include",
"src/backend/*"
],
"jinja": true,
"justMyCode": false,