From 089ebfdbf08ccacc6bc67679c67e2c645f6e5f80 Mon Sep 17 00:00:00 2001 From: Matt Waldron <12972009+me-matt@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:36:23 +0100 Subject: [PATCH] added missing reflection to entrypoint (#190) --- src/handler.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/handler.ts b/src/handler.ts index 5192914..961e94a 100644 --- a/src/handler.ts +++ b/src/handler.ts @@ -1,3 +1,5 @@ +import 'reflect-metadata'; + import { DependencyInjection } from './config/DependencyInjection'; import { certGen } from './functions/certGen';