refactor: remove templ generation step from justfile

This commit is contained in:
2026-05-01 16:00:00 +02:00
committed by Mikkel Elvers
parent df3828ee12
commit 6bdf3344d2

View File

@@ -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: