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
+1
View File
@@ -18,6 +18,7 @@ export default function watcher() {
if (event !== "rename") return;
if (!filename.match(/^pages\//)) return;
if (filename.match(/\/(--|\()/)) return;
if (global.RECOMPILING) return;