mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
chore: lib-server
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import type { IMidwayContainer } from '@midwayjs/core';
|
||||
import { Configuration } from '@midwayjs/core';
|
||||
import { logger } from '@certd/pipeline';
|
||||
@Configuration({
|
||||
namespace: 'lib-server',
|
||||
})
|
||||
export class LibServerConfiguration {
|
||||
async onReady(container: IMidwayContainer) {
|
||||
logger.info('lib start');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user