wip: feat: workspace tmux remove

This commit is contained in:
Waylon Walker 2025-11-26 10:50:01 -06:00
parent e2d11a7ea4
commit 7ec81ffdc7
3 changed files with 118 additions and 51 deletions

View file

@ -3,5 +3,5 @@ format:
uv run ruff format .
check:
uv run ruff check .
uv run ruff check . --fix
uv run ty check .