🔧 chore(launch.json): update uvicorn args to use --factory flag and specify the correct app factory function

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-25 11:42:05 -03:00
commit 61d8f8edcc

3
.vscode/launch.json vendored
View file

@ -6,7 +6,8 @@
"request": "launch",
"module": "uvicorn",
"args": [
"langflow.main:app",
"--factory",
"langflow.main:create_app",
"--port",
"7860",
"--reload",