fix env var

This commit is contained in:
dal 2025-09-20 16:44:16 -06:00
parent 1acecff3a4
commit 082284711b
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 8 additions and 1 deletions

View File

@ -94,6 +94,12 @@
"dependsOn": [
"build:commonjs"
]
},
"db:migrate": {
"cache": false,
"env": [
"NODE_TLS_REJECT_UNAUTHORIZED"
]
}
},
"globalEnv": [
@ -154,7 +160,8 @@
"SLACK_CLIENT_ID",
"SLACK_CLIENT_SECRET",
"SLACK_SIGNING_SECRET",
"MOMENTIC_API_KEY"
"MOMENTIC_API_KEY",
"NODE_TLS_REJECT_UNAUTHORIZED"
],
"envMode": "strict"
}