wip: desktop file updates

This commit is contained in:
Adam
2025-09-23 11:41:11 -05:00
parent e749d48534
commit 80b0a93d64
13 changed files with 3201 additions and 3673 deletions

View File

@@ -28,7 +28,6 @@ export namespace FileWatcher {
const ignore = (cfg.watcher?.ignore ?? []).map((v) => new Bun.Glob(v))
const watcher = chokidar.watch(Instance.directory, {
ignoreInitial: true,
awaitWriteFinish: true,
ignored: (filepath) => {
return FileIgnore.match(filepath, {
extra: ignore,