Files
dcrouter/ts/index.ts

17 lines
488 B
TypeScript
Raw Permalink Normal View History

2024-02-15 20:30:38 +01:00
export * from './00_commitinfo_data.js';
// Re-export smartmta (excluding commitinfo to avoid naming conflict)
export { UnifiedEmailServer } from '@push.rocks/smartmta';
export type { IUnifiedEmailServerOptions, IEmailRoute, IEmailDomainConfig } from '@push.rocks/smartmta';
2024-02-15 20:30:38 +01:00
// DcRouter
export * from './classes.dcrouter.js';
// RADIUS module
export * from './radius/index.js';
// Remote Ingress module
export * from './remoteingress/index.js';
export const runCli = async () => {};