This commit is contained in:
2026-03-01 01:03:00 +03:00
parent 29504c5502
commit b8a5569ab9
9 changed files with 373 additions and 15 deletions
+17
View File
@@ -0,0 +1,17 @@
set shell := ["bash", "-c"]
set windows-shell := ["powershell.exe", "-c"]
default:
@just --list
install:
uv sync
install-dev:
uv sync --group dev
run:
uv run python -m dutylog.application
dev:
uv run watchmedo auto-restart --directory=./src --pattern="*.py" --recursive -- uv run python -m dutylog.application