From 66d2548a21b78700617fbf0699a26c405076b90f Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Mon, 24 Jun 2024 15:39:17 -0300 Subject: [PATCH] fix: makefile dev command --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index d2f79ba..6552603 100644 --- a/makefile +++ b/makefile @@ -23,7 +23,7 @@ dev/server: dev/sync_assets: go run github.com/air-verse/air@v1.52.2 \ - --build.cmd "templ generate --notify-proxy" \ + --build.cmd "go run github.com/a-h/templ/cmd/templ@v0.2.707 generate --notify-proxy" \ --build.bin "true" \ --build.delay "100" \ --build.exclude_dir "" \