chore(Makefile): add debug log level to backend server command
This commit is contained in:
parent
70bfc77a82
commit
5793e3cb2e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -27,7 +27,7 @@ run_frontend:
|
|||
cd src/frontend && npm start
|
||||
|
||||
run_backend:
|
||||
poetry run uvicorn langflow.main:app --port 5003 --reload
|
||||
poetry run uvicorn langflow.main:app --port 5003 --reload --log-level debug
|
||||
|
||||
build_frontend:
|
||||
cd src/frontend && CI='' npm run build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue