From 4064c9c557a35b3615ec65e167cf3505911647d4 Mon Sep 17 00:00:00 2001 From: Haelnorr Date: Sat, 7 Mar 2026 12:36:15 +1100 Subject: [PATCH] fixed build recipe not generating templ files --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index b2b5952..a6d9943 100644 --- a/justfile +++ b/justfile @@ -14,7 +14,7 @@ default: # Build the target binary [group('build')] -build target=entrypoint: tailwind (_build target) +build target=entrypoint: templ tailwind (_build target) _build target=entrypoint: tidy (generate target) go build -ldflags="-w -s" -o {{bin}}/{{target}} {{cmd}}/{{target}}