From 1eb758d8ad1deb520479b46b22c75225b9d985b1 Mon Sep 17 00:00:00 2001 From: kolo Date: Tue, 6 Jan 2026 18:08:29 +0300 Subject: [PATCH] update --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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