summaryrefslogtreecommitdiffhomepage
path: root/packages/function
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-12-11 23:41:04 -0500
committerFrank <[email protected]>2025-12-11 23:41:04 -0500
commit57120e69edadb5dd6a03538ee8dfb85a228d5173 (patch)
tree8778c6788bc00a45b78dd94425b47bb9c1f9a8b6 /packages/function
parent11efda3f5caae86848478cebe479cab5f5fde002 (diff)
downloadopencode-57120e69edadb5dd6a03538ee8dfb85a228d5173.tar.gz
opencode-57120e69edadb5dd6a03538ee8dfb85a228d5173.zip
Zen: sync
Diffstat (limited to 'packages/function')
-rw-r--r--packages/function/sst-env.d.ts12
1 files changed, 8 insertions, 4 deletions
diff --git a/packages/function/sst-env.d.ts b/packages/function/sst-env.d.ts
index 0b09bfd0c..632ea3fbe 100644
--- a/packages/function/sst-env.d.ts
+++ b/packages/function/sst-env.d.ts
@@ -50,10 +50,6 @@ declare module "sst" {
"type": "sst.sst.Secret"
"value": string
}
- "Enterprise": {
- "type": "sst.cloudflare.SolidStart"
- "url": string
- }
"GITHUB_APP_ID": {
"type": "sst.sst.Secret"
"value": string
@@ -94,6 +90,10 @@ declare module "sst" {
"type": "sst.sst.Linkable"
"value": string
}
+ "Teams": {
+ "type": "sst.cloudflare.SolidStart"
+ "url": string
+ }
"Web": {
"type": "sst.cloudflare.Astro"
"url": string
@@ -114,6 +114,10 @@ declare module "sst" {
"type": "sst.sst.Secret"
"value": string
}
+ "ZEN_MODELS5": {
+ "type": "sst.sst.Secret"
+ "value": string
+ }
}
}
// cloudflare