跳到主要内容
版本:2.0

Hooks

afterHooks

2.4.1

执行后钩子,目前的作用就是获取运行时变量。

.esbootrc.ts

export const afterHooks = (info) => {
console.log(info, '<-- info');
};