0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Exposed in-memory collections repository

refs https://github.com/TryGhost/Team/issues/3167

- The repository is needed when initializing the collections service from the core
This commit is contained in:
Naz 2023-05-16 13:24:11 +07:00 committed by naz
parent 6a9bd0478e
commit d4a5dac758

View file

@ -1 +1,2 @@
export * from './CollectionsService';
export * from './CollectionsRepositoryInMemory';