fix migration dialog

This commit is contained in:
Maze Winther
2026-02-05 14:28:16 +01:00
parent 2257ca2e6f
commit d0b4b1a5fc
6 changed files with 55 additions and 24 deletions
@@ -3,6 +3,7 @@ import { V0toV1Migration } from "./v0-to-v1";
import { V1toV2Migration } from "./v1-to-v2";
import { V2toV3Migration } from "./v2-to-v3";
export { runStorageMigrations } from "./runner";
export type { MigrationProgress } from "./runner";
export const CURRENT_PROJECT_VERSION = 3;