big style hover updates
This commit is contained in:
parent
247afd377a
commit
cefa2f773e
3 changed files with 84 additions and 54 deletions
4
justfile
4
justfile
|
@ -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}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue