refactor: Add reload include for backend source files in launch.json
This commit is contained in:
parent
ee2d3e6c03
commit
11f2ca0cfb
1 changed files with 3 additions and 1 deletions
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
|
@ -15,7 +15,9 @@
|
|||
"--log-level",
|
||||
"debug",
|
||||
"--loop",
|
||||
"asyncio"
|
||||
"asyncio",
|
||||
"--reload-include",
|
||||
"src/backend/*"
|
||||
],
|
||||
"jinja": true,
|
||||
"justMyCode": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue