diff --git a/packages/microservices/ctx-host/index.ts b/packages/microservices/ctx-host/index.ts index 923346e487d..9d871dee247 100644 --- a/packages/microservices/ctx-host/index.ts +++ b/packages/microservices/ctx-host/index.ts @@ -4,3 +4,4 @@ export * from './nats.context'; export * from './redis.context'; export * from './rmq.context'; export * from './tcp.context'; +export * from './base-rpc.context';