diff --git a/Passepartout/Library/Sources/AppUI/AppUI.swift b/Passepartout/Library/Sources/AppUI/AppUI.swift index 0fedff95..07d5ae04 100644 --- a/Passepartout/Library/Sources/AppUI/AppUI.swift +++ b/Passepartout/Library/Sources/AppUI/AppUI.swift @@ -30,6 +30,9 @@ import PassepartoutKit public enum AppUI { public static func configure(with context: AppContext) { assertMissingModuleImplementations() + Task { + try? await context.providerManager.fetchIndex(from: API.shared) + } } }