fix: updated taskfile

This commit is contained in:
darwincereska
2026-02-15 22:29:30 -05:00
parent a778cf0726
commit 6384b0d874

View File

@@ -54,7 +54,7 @@ tasks:
build-all:
desc: Build everything (Go binary + CSS)
deps: [build, build-css]
deps: [build, build-css, build-queries]
# Watch tasks
templ: