build: add templ generation to justfile

This commit is contained in:
2026-04-27 20:52:55 +02:00
parent 8581573bd3
commit 3fba1f8d5e

View File

@@ -10,7 +10,10 @@ lint:
test:
go test ./...
build-go:
templ:
go run github.com/a-h/templ/cmd/templ@latest generate
build-go: templ
go build -o server ./cmd/server
build-css: