Skip to content

Commit

Permalink
Merge pull request #9719 from delucca-workspaces/feat/export-base-rpc…
Browse files Browse the repository at this point in the history
…-context

feat(microservices): exposes base context on the main package
  • Loading branch information
kamilmysliwiec authored Jun 14, 2022
2 parents 5523139 + dd3d85a commit 995b516
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/microservices/ctx-host/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit 995b516

Please sign in to comment.