diff --git a/justfile b/justfile index e8c867f..7f3d791 100644 --- a/justfile +++ b/justfile @@ -2,10 +2,10 @@ set windows-shell := ["powershell.exe", "-NoLogo", "-Command"] set shell := ["bash", "-c"] dev: - watchfiles --filter python ".venv/Scripts/python -m trudex.application" src + watchfiles --filter python ".venv/Scripts/python -m quizzi.application" src run: - python -m trudex + python -m quizzi.application lint: ruff check src