Update documentaion.

This commit is contained in:
2026-03-20 13:22:51 +01:00
parent 39f802d26a
commit 21b2eb8202
5 changed files with 48 additions and 2 deletions
+2
View File
@@ -15,6 +15,8 @@ export default function watcher() {
return;
if (!filename.match(/^pages\//))
return;
if (filename.match(/\/(--|\()/))
return;
if (global.RECOMPILING)
return;
const fullPath = path.join(SRC_DIR, filename);