diff options
| author | Frank <[email protected]> | 2025-09-02 20:01:11 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-02 20:01:13 -0400 |
| commit | 4e629c5b64d52f6633e5e1a54d250b4b57c92604 (patch) | |
| tree | a786a64484e161b4d2f0ac25a97bb3fa874cb861 /cloud/resource | |
| parent | 4624f0a260c36d55756b6f53641daacb878f9d92 (diff) | |
| download | opencode-4e629c5b64d52f6633e5e1a54d250b4b57c92604.tar.gz opencode-4e629c5b64d52f6633e5e1a54d250b4b57c92604.zip | |
wip: cloud
Diffstat (limited to 'cloud/resource')
| -rw-r--r-- | cloud/resource/sst-env.d.ts | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/cloud/resource/sst-env.d.ts b/cloud/resource/sst-env.d.ts index d0b2bb4a4..5478b4334 100644 --- a/cloud/resource/sst-env.d.ts +++ b/cloud/resource/sst-env.d.ts @@ -14,6 +14,10 @@ declare module "sst" { "type": "sst.sst.Linkable" "value": string } + "BASETEN_API_KEY": { + "type": "sst.sst.Secret" + "value": string + } "Console": { "type": "sst.cloudflare.SolidStart" "url": string @@ -46,10 +50,6 @@ declare module "sst" { "type": "sst.sst.Secret" "value": string } - "OPENAI_API_KEY": { - "type": "sst.sst.Secret" - "value": string - } "STRIPE_SECRET_KEY": { "type": "sst.sst.Secret" "value": string @@ -62,7 +62,7 @@ declare module "sst" { "type": "sst.cloudflare.Astro" "url": string } - "ZHIPU_API_KEY": { + "XAI_API_KEY": { "type": "sst.sst.Secret" "value": string } @@ -76,7 +76,6 @@ declare module "sst" { "AuthApi": cloudflare.Service "AuthStorage": cloudflare.KVNamespace "Bucket": cloudflare.R2Bucket - "GatewayApi": cloudflare.Service } } |
