aboutsummaryrefslogtreecommitdiff
path: root/cmd/nomadicdemo
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-26 19:47:00 -0400
committerXe Iaso <me@xeiaso.net>2025-04-26 19:47:00 -0400
commitb02d2ba479446de6f38fce1e25cec8564ef9010a (patch)
treea60d001dda18187552591f70224bea38cc2000de /cmd/nomadicdemo
parent4d27a5e7c416e2a6cab039684037681cdac63a19 (diff)
downloadx-b02d2ba479446de6f38fce1e25cec8564ef9010a.tar.xz
x-b02d2ba479446de6f38fce1e25cec8564ef9010a.zip
chore(templ): fix go generate commands
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/nomadicdemo')
-rw-r--r--cmd/nomadicdemo/main.go2
-rw-r--r--cmd/nomadicdemo/main_templ.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmd/nomadicdemo/main.go b/cmd/nomadicdemo/main.go
index fdd02ce..71ab1e7 100644
--- a/cmd/nomadicdemo/main.go
+++ b/cmd/nomadicdemo/main.go
@@ -18,7 +18,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 (
apiURL = flag.String("api-url", "https://waifuwave.fly.dev/generate", "API backend URL")
diff --git a/cmd/nomadicdemo/main_templ.go b/cmd/nomadicdemo/main_templ.go
index c3f011f..c2c8f62 100644
--- a/cmd/nomadicdemo/main_templ.go
+++ b/cmd/nomadicdemo/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.