Interface: MigrationOptions
Defined in: packages/core/src/saves/migrations/types.ts:184
Options for migration behavior
Properties
strict?
optionalstrict:boolean
Defined in: packages/core/src/saves/migrations/types.ts:190
Whether to throw an error if no migration path is found. If false, returns the original data unchanged.
Default
false
verbose?
optionalverbose:boolean
Defined in: packages/core/src/saves/migrations/types.ts:196
Whether to log migration steps for debugging.
Default
true in dev mode, false in production