Fix issues with symlink directories

This commit is contained in:
Jacob Truman 2026-03-23 16:07:42 -06:00
parent 82aec5f60c
commit 2f89fd17b1
5 changed files with 18 additions and 8 deletions

View file

@ -67,7 +67,8 @@ class FolderWatcher extends EventEmitter {
renameTimeout: 2000,
recursive: true,
ignoreInitial: true,
persistent: true
persistent: true,
followSymlinks: true
})
watcher
.on('add', (path) => {