mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-15 13:55:04 +01:00
wip: desktop file updates
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user