Files
mailer/ts/daemon/index.ts
2025-10-24 08:09:29 +00:00

7 lines
116 B
TypeScript

/**
* Daemon module
* Background service for SMTP server and API server
*/
export * from './daemon-manager.ts';