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
@@ -3,7 +3,7 @@ import type { FileSystemRouter, Server } from "bun";
import { type DirNames } from "../utils/grab-dir-names";
import type { BuildContext } from "esbuild";
import grabConstants from "../utils/grab-constants";
import type { FSWatcher } from "chokidar";
import type { FSWatcher } from "fs";
/**
* # Declare Global Variables
*/