From 6bdf3344d284b6e6ca70c325f023104c19a0419d Mon Sep 17 00:00:00 2001 From: mkelvers Date: Fri, 1 May 2026 16:00:00 +0200 Subject: [PATCH] refactor: remove templ generation step from justfile --- justfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/justfile b/justfile index ae5a3d8..3029c37 100644 --- a/justfile +++ b/justfile @@ -10,10 +10,7 @@ lint: test: go test ./... -templ: - go run github.com/a-h/templ/cmd/templ@latest generate - -build-go: templ +build-go: go build -o server ./cmd/server build-css: