/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
apps/api/src/main.ts
8 строк
394 B
Himanshu Garg
refactor(api, worker, ws, webhook, inbound-mail): move secret manager resolution as a part of application generic instead of script fixes NV-8258 (#11883)
09 июл 2026, 18:11
Не верифицирован
09 июл 2026, 18:11
5864a30
Код
Авторство
О чём код?
// Deep-path import (not the package barrel) so hydrating secrets doesn't evaluate // @novu/application-generic before OTEL instrumentation is installed in ./bootstrap. import { runWithHydratedSecrets } from '@novu/application-generic/build/main/services/secrets-manager'; void runWithHydratedSecrets(async () => { const { bootstrap } = await import('./bootstrap'); await bootstrap(); });