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: