diff --git a/transports.ts b/transports.ts index 4edeb61..8df618c 100644 --- a/transports.ts +++ b/transports.ts @@ -6,3 +6,5 @@ */ export { redis } from '@boringnode/bus/transports/redis' + +export { mqtt } from '@boringnode/bus/transports/mqtt'