Add an interface to persist collections (local storage, indexed db) that can be implemented and passed to the runtime, e.G
AppRuntime.provide(LocalStoragePersistenceService.layer)
so now all collections using the app runtime will persist using local storage
Add an interface to persist collections (local storage, indexed db) that can be implemented and passed to the runtime, e.G
so now all collections using the app runtime will persist using local storage