mirror of
https://github.com/certd/certd.git
synced 2026-05-15 20:47:31 +08:00
7 lines
257 B
TypeScript
7 lines
257 B
TypeScript
|
|
import { SysSettingsEntity } from './system/index.js';
|
||
|
|
export * from './basic/index.js';
|
||
|
|
export * from './system/index.js';
|
||
|
|
export { LibServerConfiguration as Configuration } from './configuration.js';
|
||
|
|
|
||
|
|
export const libServerEntities = [SysSettingsEntity];
|