aboutsummaryrefslogtreecommitdiff
path: root/cmd/stickers
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/stickers')
-rw-r--r--cmd/stickers/main.go2
-rw-r--r--cmd/stickers/main_templ.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmd/stickers/main.go b/cmd/stickers/main.go
index c660895..fee1f8d 100644
--- a/cmd/stickers/main.go
+++ b/cmd/stickers/main.go
@@ -24,7 +24,7 @@ import (
"within.website/x/xess"
)
-//go:generate go run github.com/a-h/templ/cmd/templ@latest generate
+//go:generate go tool templ generate
var (
bind = flag.String("bind", ":3923", "TCP address to bind to")
diff --git a/cmd/stickers/main_templ.go b/cmd/stickers/main_templ.go
index f16820c..9d4018a 100644
--- a/cmd/stickers/main_templ.go
+++ b/cmd/stickers/main_templ.go
@@ -1,6 +1,6 @@
// Code generated by templ - DO NOT EDIT.
-// templ: version: v0.3.819
+// templ: version: v0.3.857
package main
//lint:file-ignore SA4006 This context is only used if a nested component is present.