summaryrefslogtreecommitdiffhomepage
path: root/packages/console/function
diff options
context:
space:
mode:
authorFrank <[email protected]>2026-03-03 00:25:03 -0500
committerFrank <[email protected]>2026-03-03 00:25:03 -0500
commit6aa4928e9e9430f8d1e9b009fd4a64f400fe0da9 (patch)
treed0267534d1bd2e3331fc70ca177be4eef5d85530 /packages/console/function
parent9f150b07764c44ab5265d7cc2a3fa4e5909094b2 (diff)
downloadopencode-6aa4928e9e9430f8d1e9b009fd4a64f400fe0da9.tar.gz
opencode-6aa4928e9e9430f8d1e9b009fd4a64f400fe0da9.zip
wip: zen
Diffstat (limited to 'packages/console/function')
-rw-r--r--packages/console/function/sst-env.d.ts6
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/console/function/sst-env.d.ts b/packages/console/function/sst-env.d.ts
index edff904e0..23ae6e44b 100644
--- a/packages/console/function/sst-env.d.ts
+++ b/packages/console/function/sst-env.d.ts
@@ -119,10 +119,6 @@ declare module "sst" {
"type": "sst.cloudflare.StaticSite"
"url": string
}
- "ZEN_BLACK_LIMITS": {
- "type": "sst.sst.Secret"
- "value": string
- }
"ZEN_BLACK_PRICE": {
"plan100": string
"plan20": string
@@ -130,7 +126,7 @@ declare module "sst" {
"product": string
"type": "sst.sst.Linkable"
}
- "ZEN_LITE_LIMITS": {
+ "ZEN_LIMITS": {
"type": "sst.sst.Secret"
"value": string
}