This commit is contained in:
Frank 2026-03-03 00:25:03 -05:00
commit 6aa4928e9e
23 changed files with 422 additions and 313 deletions

6
sst-env.d.ts vendored
View file

@ -145,10 +145,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
@ -156,7 +152,7 @@ declare module "sst" {
"product": string
"type": "sst.sst.Linkable"
}
"ZEN_LITE_LIMITS": {
"ZEN_LIMITS": {
"type": "sst.sst.Secret"
"value": string
}