pub fn setup_file_watcher(
tasks_dir: &Path,
projects_dir: &Path,
tx: Sender<String>,
) -> Option<(RecommendedWatcher, RecommendedWatcher)>Expand description
Set up file watchers for tasks and projects directories
ยงPanics
May panic if the fallback dummy watcher cannot be created.