Skip to content

Commit

Permalink
added missing reflection to entrypoint (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
me-matt authored Sep 27, 2024
1 parent b384760 commit 089ebfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/handler.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import 'reflect-metadata';

import { DependencyInjection } from './config/DependencyInjection';
import { certGen } from './functions/certGen';

Expand Down

0 comments on commit 089ebfd

Please sign in to comment.