feat: start implementing multiple service factories

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-07-08 16:08:04 +02:00
committed by Patrik Oldsberg
parent 88ed7f5926
commit 11aaaa496a
33 changed files with 563 additions and 250 deletions
@@ -46,7 +46,11 @@ export type SearchIndexServiceInitOptions = {
};
// @alpha
export const searchIndexServiceRef: ServiceRef<SearchIndexService, 'plugin'>;
export const searchIndexServiceRef: ServiceRef<
SearchIndexService,
'plugin',
true
>;
// (No @packageDocumentation comment for this package)
```