summaryrefslogtreecommitdiffhomepage
path: root/sst-env.d.ts
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-09-02 20:01:11 -0400
committerFrank <[email protected]>2025-09-02 20:01:13 -0400
commit4e629c5b64d52f6633e5e1a54d250b4b57c92604 (patch)
treea786a64484e161b4d2f0ac25a97bb3fa874cb861 /sst-env.d.ts
parent4624f0a260c36d55756b6f53641daacb878f9d92 (diff)
downloadopencode-4e629c5b64d52f6633e5e1a54d250b4b57c92604.tar.gz
opencode-4e629c5b64d52f6633e5e1a54d250b4b57c92604.zip
wip: cloud
Diffstat (limited to 'sst-env.d.ts')
-rw-r--r--sst-env.d.ts14
1 files changed, 5 insertions, 9 deletions
diff --git a/sst-env.d.ts b/sst-env.d.ts
index a9276330a..534b20a69 100644
--- a/sst-env.d.ts
+++ b/sst-env.d.ts
@@ -24,6 +24,10 @@ declare module "sst" {
"AuthStorage": {
"type": "sst.cloudflare.Kv"
}
+ "BASETEN_API_KEY": {
+ "type": "sst.sst.Secret"
+ "value": string
+ }
"Bucket": {
"name": string
"type": "sst.cloudflare.Bucket"
@@ -60,14 +64,6 @@ declare module "sst" {
"type": "sst.sst.Secret"
"value": string
}
- "GatewayApi": {
- "type": "sst.cloudflare.Worker"
- "url": string
- }
- "OPENAI_API_KEY": {
- "type": "sst.sst.Secret"
- "value": string
- }
"STRIPE_SECRET_KEY": {
"type": "sst.sst.Secret"
"value": string
@@ -80,7 +76,7 @@ declare module "sst" {
"type": "sst.cloudflare.Astro"
"url": string
}
- "ZHIPU_API_KEY": {
+ "XAI_API_KEY": {
"type": "sst.sst.Secret"
"value": string
}