From 0bda879854917d4716f75032440ffb58204d481d Mon Sep 17 00:00:00 2001 From: Kristiyan Tachev Date: Tue, 5 Mar 2024 16:23:47 +0200 Subject: [PATCH] fix(fastify): added decorators to barrel export --- packages/fastify/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/fastify/src/index.ts b/packages/fastify/src/index.ts index ab9fa84..bba75f1 100644 --- a/packages/fastify/src/index.ts +++ b/packages/fastify/src/index.ts @@ -1,2 +1,3 @@ export * from './fastify.module'; export * from './fastify.tokens'; +export * from './decorators';