From 1959bb4f7f68911c76b3f54d0affbae720cd479a Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sun, 19 Nov 2023 16:36:37 +0100 Subject: [PATCH] Development mode --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a4492ea..9fe962f 100644 --- a/Makefile +++ b/Makefile @@ -35,4 +35,4 @@ build: # run run: - rye run python src/stacosys/run.py $(RUN_ARGS) \ No newline at end of file + PYTHONPATH=src/ rye run python src/stacosys/run.py $(RUN_ARGS) \ No newline at end of file