1
0
Эх сурвалжийг харах

feat(core): Export RequestContextCacheService from core

Michael Bromley 4 жил өмнө
parent
commit
92aa83f40d

+ 1 - 0
packages/core/src/index.ts

@@ -1,6 +1,7 @@
 export { bootstrap, bootstrapWorker } from './bootstrap';
 export { generateMigration, revertLastMigration, runMigrations } from './migrate';
 export * from './api/index';
+export * from './cache/index';
 export * from './common/index';
 export * from './config/index';
 export * from './connection/index';