From c7c0deaec7477b312c6b05c02fb4515ce12e2c30 Mon Sep 17 00:00:00 2001 From: Eldritch-Oliver Date: Wed, 1 Oct 2025 20:52:42 -0600 Subject: [PATCH] Make the hotReload target the correct styles directory --- system.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.json b/system.json index 0f4d84a..1aaa3a5 100644 --- a/system.json +++ b/system.json @@ -44,7 +44,7 @@ "flags": { "hotReload": { "extensions": ["css", "hbs", "json", "js", "mjs", "svg"], - "paths": ["templates", "langs", ".styles", "module", "assets"] + "paths": ["templates", "langs", "styles", "module", "assets"] } } }