Client side atproto account migrator in your web browser, along with services for backups and adversarial migrations. pdsmoover.com
pds atproto migrations moo cow
at main 8 lines 358 B view raw
1import { Migrator } from './pdsmoover.js' 2import { MissingBlobs } from './missingBlobs.js' 3import { BackupService } from './backup.js' 4import { PlcOps } from './plc-ops.js' 5import { Restore } from './restore.js' 6import { handleAndPDSResolver } from './atprotoUtils.js' 7 8export { Migrator, MissingBlobs, BackupService, PlcOps, Restore, handleAndPDSResolver }