Skip to content

Commit

Permalink
Revert "Run flask from venv"
Browse files Browse the repository at this point in the history
This reverts commit 64cf3bc.
treiher committed Jan 9, 2025

Verified

This commit was signed with the committer’s verified signature.
jac18281828 John Cairns
1 parent 1c36214 commit 90616bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -134,7 +134,7 @@ run_frontend:
PATH=~/.cargo/bin:${PATH} trunk --config frontend/Trunk.toml serve --port 8000

run_backend: $(CONFIG_FILE)
VALENS_CONFIG=$(CONFIG_FILE) uv run -- $(BUILD_DIR)/venv/bin/flask --app valens --debug run -h 0.0.0.0
VALENS_CONFIG=$(CONFIG_FILE) uv run -- flask --app valens --debug run -h 0.0.0.0

$(CONFIG_FILE): $(BUILD_DIR)
uv run -- valens config -d build

0 comments on commit 90616bf

Please sign in to comment.