diff options
Diffstat (limited to 'htmx/htmx.go')
| -rw-r--r-- | htmx/htmx.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htmx/htmx.go b/htmx/htmx.go index 123259a..bd03d2d 100644 --- a/htmx/htmx.go +++ b/htmx/htmx.go @@ -7,7 +7,7 @@ import ( "within.website/x/internal" ) -//go:generate go run github.com/a-h/templ/cmd/templ@latest generate +//go:generate go tool templ generate var ( //go:embed *.js |
