🔧 chore(launch.json): update uvicorn args to use --factory flag and specify the correct app factory function
This commit is contained in:
parent
ac0aa71c10
commit
61d8f8edcc
1 changed files with 2 additions and 1 deletions
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
|
|
@ -6,7 +6,8 @@
|
|||
"request": "launch",
|
||||
"module": "uvicorn",
|
||||
"args": [
|
||||
"langflow.main:app",
|
||||
"--factory",
|
||||
"langflow.main:create_app",
|
||||
"--port",
|
||||
"7860",
|
||||
"--reload",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue