From 6ec44a2b01f090599e77540d4f412570d1845760 Mon Sep 17 00:00:00 2001 From: Matt Waldron Date: Fri, 27 Sep 2024 11:26:06 +0100 Subject: [PATCH] added missing reflection to entrypoint --- 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';