pub fn start_file_watcher( path: &str, patch_engine: Arc<Mutex<PatchEngine>>, ) -> Sender<WsMessage>
Starts the file watcher and returns a broadcast sender for patches.