chore: pre publish

This commit is contained in:
xiaojunnuo
2023-05-25 10:43:22 +08:00
parent c553b017af
commit ceb0454277
5 changed files with 18 additions and 9 deletions
@@ -14,11 +14,10 @@ import { GlobalExceptionMiddleware } from './middleware/global-exception';
import { PreviewMiddleware } from './middleware/preview';
import { AuthorityMiddleware } from './middleware/authority';
import * as pipeline from './plugins/pipeline';
import * as cron from './plugins/cron';
@Configuration({
imports: [koa, orm, cache, flyway, validateComp, pipeline, cron],
imports: [koa, orm, cache, flyway, validateComp, cron],
importConfigs: [
{
default: defaultConfig,