feat(mise): add run-pipeline task

This commit is contained in:
2026-03-16 01:59:59 -07:00
parent 8e27f89fa4
commit c2d77ee358

View File

@@ -39,6 +39,7 @@ run-pygame = { run = "uv run mainline.py --display pygame", depends = ["sync-all
run-both = { run = "uv run mainline.py --display both", depends = ["sync-all"] }
run-client = { run = "mise run run-both & sleep 2 && $(open http://localhost:8766 2>/dev/null || xdg-open http://localhost:8766 2>/dev/null || echo 'Open http://localhost:8766 manually'); wait", depends = ["sync-all"] }
run-demo = { run = "uv run mainline.py --demo --display pygame", depends = ["sync-all"] }
run-pipeline = "uv run mainline.py --pipeline-diagram"
# =====================
# Command & Control