From 30da662b60fe310e236019eb9eb683d0ab00cb79 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Thu, 23 May 2024 18:28:44 -0300 Subject: [PATCH] fix: update on unocss changes --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 05d001b..cec5a67 100644 --- a/makefile +++ b/makefile @@ -6,6 +6,7 @@ dev: pnpm unocss -w & air -build.pre_cmd 'make templ' \ -build.include_ext 'templ' \ + -build.include_ext 'css' \ -proxy.enabled true \ -proxy.app_port $(PORT) \ -proxy.proxy_port $$(($(PORT) + 1)) \