mirror of
https://github.com/certd/certd.git
synced 2026-05-15 04:27:31 +08:00
chore: registry注册到全局里面
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Registry } from "../registry/index.js";
|
||||
import { createRegistry } from "../registry/index.js";
|
||||
|
||||
// @ts-ignore
|
||||
export const accessRegistry = new Registry("access");
|
||||
export const accessRegistry = createRegistry("access");
|
||||
|
||||
Reference in New Issue
Block a user