fix: Separate detect, sync, and merge modules into their own files
Some checks failed
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled

This commit is contained in:
2026-02-04 10:11:03 +00:00
parent e481fc6f13
commit e8620918ae

View File

@@ -270,4 +270,4 @@ impl Platform {
.unwrap_or_else(|| PathBuf::from(".local/share")),
}
}
}
}