Explorar el Código

feat(core): Export RequestContextCacheService from core

Michael Bromley hace 4 años
padre
commit
92aa83f40d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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';