From 3fba1f8d5ed4c8ef7460639ab4629ac0ea562af9 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Mon, 27 Apr 2026 20:52:55 +0200 Subject: [PATCH] build: add templ generation to justfile --- justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 168cf23..ecde3c3 100644 --- a/justfile +++ b/justfile @@ -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: