From 3d00caa31f54d72859b0fd90e3ee7ec880aa1307 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Mon, 10 Jul 2023 02:21:57 +0200 Subject: [PATCH] chore: use correct styles path for hot reload --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index 2024b43..d0f08d4 100644 --- a/module.json +++ b/module.json @@ -25,7 +25,7 @@ ], "paths": [ "templates", - "css", + "styles", "lang" ] }