diff --git a/src/instrumentation.ts b/src/instrumentation.ts index cd85715..cff0d44 100644 --- a/src/instrumentation.ts +++ b/src/instrumentation.ts @@ -7,5 +7,7 @@ export const register = async () => { } catch (error) { console.error('Failed to run database migrations:', error); } + + await import('./lib/config/index'); } };