mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 06:10:49 +08:00
refactor: Add reload include for backend source files in launch.json
This commit is contained in:
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,
|
||||
|
||||
Reference in New Issue
Block a user