🚀 chore(Makefile): add install_backend command to backend target
The Makefile has been updated to include the `install_backend` command as a dependency of the `backend` target. This ensures that the backend dependencies are installed before running the backend server.
This commit is contained in:
parent
0eb60c0bf0
commit
998d1bf5ed
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -43,6 +43,7 @@ install_backend:
|
|||
poetry install
|
||||
|
||||
backend:
|
||||
make install_backend
|
||||
poetry run uvicorn langflow.main:app --port 7860 --reload --log-level debug
|
||||
|
||||
build_frontend:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue