mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 11:06:43 +02:00
NestJS notification microservice for email, push, Matrix, and webhook notifications across all ManaCore apps. Features: - Multi-channel delivery (email, push, Matrix, webhook) - Handlebars template engine with defaults - User notification preferences - BullMQ async job processing - Delivery tracking and logging - Prometheus metrics Includes @manacore/notify-client package for NestJS integration.
2 lines
140 B
TypeScript
2 lines
140 B
TypeScript
export { NotifyModule, NotifyModuleOptions, NotifyModuleAsyncOptions } from './notify.module';
|
|
export { NOTIFY_CLIENT } from './constants';
|