mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
* Create MigrationRunner - Create MigrationRunner Service for running migrations in StateService - Create web override so that migrations also run against `localStorage` * Fix Web StateService * Fix WebMigrationRunner * Fix CLI * Fix ElectronStateService * Update Comment * More Common Scenarios
2 lines
88 B
TypeScript
2 lines
88 B
TypeScript
export { createMigrationBuilder, waitForMigrations, CURRENT_VERSION } from "./migrate";
|