Initial commit

This commit is contained in:
2026-01-01 03:23:00 +03:00
parent bf04bde890
commit 046a117b09
7 changed files with 65 additions and 27 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]
set shell := ["bash", "-c"]
dev:
watchfiles --filter python "python -m trudex.application" src
watchfiles --filter python ".venv/Scripts/python -m trudex.application" src
run:
python -m trudex