big style hover updates

This commit is contained in:
Daniel Fichtinger 2025-07-15 18:33:36 -04:00
parent 247afd377a
commit cefa2f773e
3 changed files with 84 additions and 54 deletions

View file

@ -3,6 +3,10 @@ zonaref := `rg "^.*(git\+.*).*$" -r '$1' .forgejo/workflows/deploy.yml`
echo:
echo {{zonaref}}
# run the development build of zona
dev *args:
uv run --project "$HOME/dev/zona" zona {{args}}
serve *args:
@just run serve {{args}}