Explorar el Código

feat: 日志打印

huangzhichao hace 2 meses
padre
commit
fdbc4e377a
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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