mirror of
https://github.com/certd/certd.git
synced 2026-06-20 00:17:37 +08:00
chore: 修复metadata 插件加载失败的问题
This commit is contained in:
+3
-1
@@ -1,2 +1,4 @@
|
||||
import { Bootstrap } from '@midwayjs/bootstrap';
|
||||
await Bootstrap.run();
|
||||
await Bootstrap.configure({
|
||||
ignore: ["**/plugins/**","/plugins/","plugins","dist/plugins","/dist/plugins","dist\\plugins"]
|
||||
}).run();
|
||||
|
||||
Reference in New Issue
Block a user