Add debug command
This commit is contained in:
parent
7f47124b02
commit
a6b628bb14
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
|
@ -12,3 +12,6 @@ check: lint typecheck test
|
|||
|
||||
run:
|
||||
uv run python -m mudlib
|
||||
|
||||
debug:
|
||||
uv run python -m mudlib --debug
|
||||
|
|
|
|||
Loading…
Reference in a new issue