chore: pre publish

This commit is contained in:
xiaojunnuo
2023-05-25 12:38:29 +08:00
parent e5ec9f4b62
commit 98ee7fcd8c
5 changed files with 6 additions and 2 deletions
@@ -13,11 +13,11 @@ import { ReportMiddleware } from './middleware/report';
import { GlobalExceptionMiddleware } from './middleware/global-exception';
import { PreviewMiddleware } from './middleware/preview';
import { AuthorityMiddleware } from './middleware/authority';
import * as staticFile from '@midwayjs/static-file';
import * as cron from './plugins/cron';
@Configuration({
imports: [koa, orm, cache, flyway, validateComp, cron],
imports: [koa, orm, cache, flyway, validateComp, cron,staticFile],
importConfigs: [
{
default: defaultConfig,