ficd.sh/justfile
2025-07-04 13:51:24 -04:00

13 lines
225 B
Makefile

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}}