Files
goodgo-platform/apps/api/src/modules/notifications/index.ts
Ho Ngoc Hai e927385ed5 feat(api): improve notifications, reviews, search, and subscriptions modules
- Add listing-sold event listener with spec for notifications
- Add review-deleted event listener with spec for reviews
- Improve search handlers with proper Typesense client injection
- Improve subscription handlers with ConfigService and quota tracking

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-09 09:43:39 +07:00

3 lines
172 B
TypeScript

export { NotificationsModule } from './notifications.module';
export { SendNotificationCommand } from './application/commands/send-notification/send-notification.command';