added justfile

This commit is contained in:
Daniel Fichtinger 2025-07-04 13:51:24 -04:00
parent fe5a42f724
commit 26d8116cc0

13
justfile Normal file
View file

@ -0,0 +1,13 @@
zonaref := `rg "^.*(git\+.*).*$" -r '$1' .build.yml`
echo:
echo {{zonaref}}
serve *args:
@just run serve {{args}}
build *args:
@just run build {{args}}
run *args:
uv run --with '{{zonaref}}' zona {{args}}