浏览代码

feat: 日志打印

huangzhichao 4 周之前
父节点
当前提交
fdbc4e377a
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/utils/prompt.util.ts

+ 3 - 0
src/utils/prompt.util.ts

@@ -5,6 +5,9 @@ const { secretId, secretKey } = dotenv.config({
   path: ['.env.local', '.env']
 }).parsed
 
+console.log(secretId)
+console.log(secretKey)
+
 // 引入对应产品版本的 Client
 const LkeapClient = tencentcloud.lkeap.v20240522.Client