mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
display log
This commit is contained in:
parent
8705ce1235
commit
19ec95b02d
@ -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,
|
||||
})
|
||||
|
@ -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,
|
||||
})
|
||||
|
@ -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,
|
||||
})
|
||||
|
@ -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,
|
||||
})
|
||||
|
@ -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,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user