fix: makefile ignoring go files

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-06-10 16:54:54 -03:00
parent 1fbf81292f
commit 36b0206010

View File

@@ -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) \