diff --git a/justfile b/justfile index 4215387..17c400a 100644 --- a/justfile +++ b/justfile @@ -12,3 +12,6 @@ check: lint typecheck test run: uv run python -m mudlib + +debug: + uv run python -m mudlib --debug