display log

This commit is contained in:
SrGooglo 2023-07-13 20:00:35 +00:00
parent 8705ce1235
commit 19ec95b02d
5 changed files with 10 additions and 0 deletions

View File

@ -65,6 +65,8 @@ import API from "./api"
async function main() {
if (process.env.INFISICAL_TOKEN) {
console.log(`🔑 Injecting env variables from INFISICAL...`)
const client = new infisical({
token: process.env.INFISICAL_TOKEN,
})

View File

@ -65,6 +65,8 @@ import API from "./api"
async function main() {
if (process.env.INFISICAL_TOKEN) {
console.log(`🔑 Injecting env variables from INFISICAL...`)
const client = new infisical({
token: process.env.INFISICAL_TOKEN,
})

View File

@ -65,6 +65,8 @@ import API from "./api"
async function main() {
if (process.env.INFISICAL_TOKEN) {
console.log(`🔑 Injecting env variables from INFISICAL...`)
const client = new infisical({
token: process.env.INFISICAL_TOKEN,
})

View File

@ -65,6 +65,8 @@ import API from "./api"
async function main() {
if (process.env.INFISICAL_TOKEN) {
console.log(`🔑 Injecting env variables from INFISICAL...`)
const client = new infisical({
token: process.env.INFISICAL_TOKEN,
})

View File

@ -65,6 +65,8 @@ import API from "./api"
async function main() {
if (process.env.INFISICAL_TOKEN) {
console.log(`🔑 Injecting env variables from INFISICAL...`)
const client = new infisical({
token: process.env.INFISICAL_TOKEN,
})