feat: add missing environment variables to turbo.json
This commit is contained in:
parent
665bb9fbd1
commit
a1e48613b4
|
|
@ -11,7 +11,12 @@
|
|||
"UPSTASH_REDIS_REST_TOKEN",
|
||||
"MARBLE_WORKSPACE_KEY",
|
||||
"FREESOUND_CLIENT_ID",
|
||||
"FREESOUND_API_KEY"
|
||||
"FREESOUND_API_KEY",
|
||||
"CLOUDFLARE_ACCOUNT_ID",
|
||||
"R2_ACCESS_KEY_ID",
|
||||
"R2_SECRET_ACCESS_KEY",
|
||||
"R2_BUCKET_NAME",
|
||||
"MODAL_TRANSCRIPTION_URL"
|
||||
]
|
||||
},
|
||||
"check-types": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue