make bootstrap site be more cool

This commit is contained in:
2024-03-03 00:55:43 +03:00
parent af4a4f7840
commit 6d1769ff24
13 changed files with 714 additions and 268 deletions

View File

@ -24,8 +24,10 @@ tasks:
- "$GOBIN/templ generate"
sources:
- "internal/kurious/ports/http/templ/*.templ"
- "internal/kurious/ports/http/bootstrap/*.templ"
generates:
- "internal/kurious/ports/http/templ/*.go"
- "internal/kurious/ports/http/bootstrap/*.go"
check:
cmds:
- "$GOBIN/golangci-lint run ./..."