mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-25 03:04:29 -04:00
13 lines
410 B
TypeScript
13 lines
410 B
TypeScript
export type { LegacyStateDetection } from "../infra/state-migrations.js";
|
|
export {
|
|
autoMigrateLegacyStateDir,
|
|
autoMigrateLegacyAgentDir,
|
|
autoMigrateLegacyState,
|
|
detectLegacyStateMigrations,
|
|
migrateLegacyAgentDir,
|
|
resetAutoMigrateLegacyStateDirForTest,
|
|
resetAutoMigrateLegacyAgentDirForTest,
|
|
resetAutoMigrateLegacyStateForTest,
|
|
runLegacyStateMigrations,
|
|
} from "../infra/state-migrations.js";
|