Skip to content

Commit 2418f58

Browse files
committed
✨ refactor(app): 增加公共函数导出
1 parent 56da12f commit 2418f58

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/index.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ import {
3434
loggerInfo,
3535
printError,
3636
printInfo,
37+
printSuccess,
38+
printWarring,
3739
} from "@/helper";
3840

3941
import { Plugins } from "./types";
@@ -82,4 +84,12 @@ export {
8284
template,
8385
};
8486

85-
export { execCommand, loggerError, loggerInfo, printError, printInfo };
87+
export {
88+
execCommand,
89+
loggerError,
90+
loggerInfo,
91+
printError,
92+
printInfo,
93+
printSuccess,
94+
printWarring,
95+
};

0 commit comments

Comments
 (0)