Add installation of backend in start target

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-01 16:46:23 -03:00
commit 6bfc3bf8ad

View file

@ -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