소스 검색

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