Skip to content

Commit

Permalink
feat(microservices): exposes base context on the main package
Browse files Browse the repository at this point in the history
  • Loading branch information
delucca committed Jun 2, 2022
1 parent f3b8662 commit dd3d85a
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 dd3d85a

Please sign in to comment.