Make the hotReload target the correct styles directory

This commit is contained in:
Eldritch-Oliver 2025-10-01 20:52:42 -06:00
parent 48e40538dc
commit c7c0deaec7

View file

@ -44,7 +44,7 @@
"flags": { "flags": {
"hotReload": { "hotReload": {
"extensions": ["css", "hbs", "json", "js", "mjs", "svg"], "extensions": ["css", "hbs", "json", "js", "mjs", "svg"],
"paths": ["templates", "langs", ".styles", "module", "assets"] "paths": ["templates", "langs", "styles", "module", "assets"]
} }
} }
} }