diff --git a/justfile b/justfile new file mode 100644 index 0000000..b1c5504 --- /dev/null +++ b/justfile @@ -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}}