mirror of
https://github.com/certd/certd.git
synced 2026-05-17 13:57:31 +08:00
feat: 升级midway,支持esm
This commit is contained in:
@@ -1 +1 @@
|
||||
export * from "./registry";
|
||||
export * from "./registry.js";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { logger } from "../utils";
|
||||
import { logger } from "../utils/index.js";
|
||||
|
||||
export type Registrable = {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user