mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
chore: 修复metadata 插件加载失败的问题
This commit is contained in:
4
packages/ui/certd-server/bootstrap.js
vendored
4
packages/ui/certd-server/bootstrap.js
vendored
@@ -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