From 36b0206010ac68fd9ef1bac476a5afb92624c46a Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Mon, 10 Jun 2024 16:54:54 -0300 Subject: [PATCH] fix: makefile ignoring go files --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index fa60610..37bbcf7 100644 --- a/makefile +++ b/makefile @@ -10,7 +10,7 @@ dev-unocss: dev-air: air -build.pre_cmd 'make templ' \ - -build.include_ext 'templ,css' \ + -build.include_ext 'templ,css,go' \ -build.exclude_dir 'node_modules' \ -proxy.enabled true \ -proxy.app_port $(PORT) \