Преглед изворни кода

feat(core): Export RequestContextCacheService from core

Michael Bromley пре 4 година
родитељ
комит
92aa83f40d
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      packages/core/src/index.ts

+ 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';