aboutsummaryrefslogtreecommitdiff
path: root/cmd/within.website/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/within.website/main.go')
-rw-r--r--cmd/within.website/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/within.website/main.go b/cmd/within.website/main.go
index 552d917..28e54ad 100644
--- a/cmd/within.website/main.go
+++ b/cmd/within.website/main.go
@@ -62,7 +62,7 @@ func (r Repo) RegisterHandlers(mux *http.ServeMux, lg *slog.Logger) {
lg.Debug("registered repo handler", "repo", r)
}
-//go:generate go run github.com/a-h/templ/cmd/templ@latest generate
+//go:generate go tool templ generate
func main() {
internal.HandleStartup()