()
| 30 | } from './appStartupPolicy'; |
| 31 | |
| 32 | function rehydrateLegacyMigratedStores(): void { |
| 33 | void usePointCloudStore.persist.rehydrate(); |
| 34 | void useCameraStore.persist.rehydrate(); |
| 35 | void useUIStore.persist.rehydrate(); |
| 36 | void useExportStore.persist.rehydrate(); |
| 37 | void useRigStore.persist.rehydrate(); |
| 38 | } |
| 39 | |
| 40 | // Run store migration on app startup (migrates from old monolithic store to domain stores) |
| 41 | if (initStoreMigration()) { |