Global NestJS module that wires the Bondi SDK into your app: provides a
shared BondiClient, registers your trigger classes as injectables,
and supplies BondiGuard.
Import once at the root via BondiModule.forRoot({ ... }). The module is
marked global: true so any service can inject any registered trigger.
Global NestJS module that wires the Bondi SDK into your app: provides a shared BondiClient, registers your trigger classes as injectables, and supplies BondiGuard.
Import once at the root via
BondiModule.forRoot({ ... }). The module is markedglobal: trueso any service can inject any registered trigger.Example