From 784a84fb45c2151b194cf902d3cecd1f8281eea0 Mon Sep 17 00:00:00 2001 From: Yax Date: Sat, 10 Jan 2026 17:38:27 +0100 Subject: [PATCH] Run config-dev.ini by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e40e0f..7b6b402 100644 --- a/Makefile +++ b/Makefile @@ -43,4 +43,4 @@ publish: # run run: - PYTHONPATH=src/ uv run python src/stacosys/run.py $(RUN_ARGS) + PYTHONPATH=src/ uv run python src/stacosys/run.py config-dev.ini