added justfile
This commit is contained in:
parent
fe5a42f724
commit
26d8116cc0
1 changed files with 13 additions and 0 deletions
13
justfile
Normal file
13
justfile
Normal 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}}
|
Loading…
Add table
Add a link
Reference in a new issue