Add installation of backend in start target
This commit is contained in:
parent
501a71d2cb
commit
6bfc3bf8ad
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -99,6 +99,7 @@ endif
|
|||
|
||||
start:
|
||||
@echo 'Running the CLI'
|
||||
@make install_backend
|
||||
ifeq ($(open_browser),false)
|
||||
poetry run langflow run --path src/frontend/build --log-level $(log_level) --host $(host) --port $(port) --env-file $(env) --no-open-browser
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue