feat: optimize ioc loader

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2022-05-11 10:56:47 +08:00
parent 47413c6766
commit 86aacf1a1f
6 changed files with 10 additions and 4 deletions

View File

@ -0,0 +1,3 @@
export * from "./loader"
export * from "./interfaces"
export * from "./file-config"

View File

@ -0,0 +1,2 @@
export * from './json-loader'
export * from './yaml-loader'