pub fn start_watcher(
vault_path: &Path,
state: Arc<AppState>,
on_change: OnVaultChanged,
) -> Result<Debouncer<RecommendedWatcher>, LoreError>Expand description
Start watching a vault directory for .md file changes. Returns the debouncer handle — drop it to stop watching.