From 4e629c5b64d52f6633e5e1a54d250b4b57c92604 Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 2 Sep 2025 20:01:11 -0400 Subject: wip: cloud --- packages/function/sst-env.d.ts | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'packages/function') diff --git a/packages/function/sst-env.d.ts b/packages/function/sst-env.d.ts index d0b2bb4a4..5478b4334 100644 --- a/packages/function/sst-env.d.ts +++ b/packages/function/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 } } -- cgit v1.2.3