parent
91a3e42533
commit
1e06c350ee
|
@ -30,6 +30,9 @@ import PassepartoutKit
|
||||||
public enum AppUI {
|
public enum AppUI {
|
||||||
public static func configure(with context: AppContext) {
|
public static func configure(with context: AppContext) {
|
||||||
assertMissingModuleImplementations()
|
assertMissingModuleImplementations()
|
||||||
|
Task {
|
||||||
|
try? await context.providerManager.fetchIndex(from: API.shared)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue