7 lines
116 B
TypeScript
7 lines
116 B
TypeScript
|
|
/**
|
||
|
|
* Daemon module
|
||
|
|
* Background service for SMTP server and API server
|
||
|
|
*/
|
||
|
|
|
||
|
|
export * from './daemon-manager.ts';
|