提交 d1541485 编写于 作者: Cano1997's avatar Cano1997

fix: 修复环境参数boolean配置无效

上级 4f013803
......@@ -14,7 +14,7 @@ export async function attachEnvironmentConfig(): Promise<void> {
const key2 = envMap.has(key) ? envMap.get(key)! : key;
if (env[key2]) {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
(ibiz.env as any)[key] = env[key2];
(ibiz.env as any)[key] = ibiz.util.rawValue.format(env[key2]);
}
});
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册