chore: remove unused script and log (#3343)
* refactor: Removed the unnecessary update_poetry script. * fix: Handle existing .env file without logging unnecessary message.
This commit is contained in:
parent
981f314a73
commit
db72268a04
3 changed files with 3 additions and 69 deletions
1
Makefile
1
Makefile
|
|
@ -249,7 +249,6 @@ setup_devcontainer: ## set up the development container
|
|||
poetry run langflow --path src/frontend/build
|
||||
|
||||
setup_env: ## set up the environment
|
||||
@sh ./scripts/setup/update_poetry.sh 1.8.2
|
||||
@sh ./scripts/setup/setup_env.sh
|
||||
|
||||
frontend: ## run the frontend in development mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue