From 90616bfe57e1173abfcd22ff0fdf3b4312d16088 Mon Sep 17 00:00:00 2001 From: Tobias Reiher <15232394+treiher@users.noreply.github.com> Date: Thu, 9 Jan 2025 22:28:47 +0100 Subject: [PATCH] Revert "Run flask from venv" This reverts commit 64cf3bc501a021a70098fad97213684688bb320e. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba5bfd6..f1bb611 100644 --- a/Makefile +++ b/Makefile @@ -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