Switch back to fs watcher

This commit is contained in:
2026-04-21 16:25:57 +01:00
parent e2b8b95a4b
commit cd9ac833dc
10 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ export default async function chokadirWatcherEsbuildCTX() {
.on("unlink", (path) => handleEvent("unlink", path))
.on("addDir", (path) => handleEvent("addDir", path))
.on("unlinkDir", (path) => handleEvent("unlinkDir", path));
global.PAGES_SRC_WATCHER = watcher;
// global.PAGES_SRC_WATCHER = watcher;
}
function reloadWatcher() {
if (global.PAGES_SRC_WATCHER) {