zen: rate limit

This commit is contained in:
Frank
2025-11-08 10:18:21 -05:00
parent 9cd465f9c0
commit 30b1ae5d4b
29 changed files with 620 additions and 419 deletions
+1 -1
View File
@@ -6,4 +6,4 @@
/// <reference path="../../../sst-env.d.ts" />
import "sst"
export {}
export {}
+10
View File
@@ -25,10 +25,17 @@ class Resource:
type: str
url: str
class AuthStorage:
namespaceId: str
type: str
class Bucket:
name: str
type: str
class CLOUDFLARE_API_TOKEN:
type: str
value: str
class CLOUDFLARE_DEFAULT_ACCOUNT_ID:
type: str
value: str
class Console:
type: str
url: str
@@ -60,6 +67,9 @@ class Resource:
class GOOGLE_CLIENT_ID:
type: str
value: str
class GatewayKv:
namespaceId: str
type: str
class HONEYCOMB_API_KEY:
type: str
value: str