diff options
| author | Frank <[email protected]> | 2026-01-06 23:34:10 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-01-06 23:34:12 -0500 |
| commit | 23fc675ad5130e1770e52878a24879303cc5eaa8 (patch) | |
| tree | 1e93ec4db97c2fd4cd285f39a9881e26391f2f57 /infra | |
| parent | 22b058a33d40f0bdf1052fcc542b75f67f738fc6 (diff) | |
| download | opencode-23fc675ad5130e1770e52878a24879303cc5eaa8.tar.gz opencode-23fc675ad5130e1770e52878a24879303cc5eaa8.zip | |
wip: black
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/console.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/infra/console.ts b/infra/console.ts index 578546fc6..2ad577fc6 100644 --- a/infra/console.ts +++ b/infra/console.ts @@ -119,6 +119,7 @@ const ZEN_MODELS = [ new sst.Secret("ZEN_MODELS6"), new sst.Secret("ZEN_MODELS7"), ] +const ZEN_BLACK = new sst.Secret("ZEN_BLACK") const STRIPE_SECRET_KEY = new sst.Secret("STRIPE_SECRET_KEY") const AUTH_API_URL = new sst.Linkable("AUTH_API_URL", { properties: { value: auth.url.apply((url) => url!) }, @@ -160,6 +161,7 @@ new sst.cloudflare.x.SolidStart("Console", { EMAILOCTOPUS_API_KEY, AWS_SES_ACCESS_KEY_ID, AWS_SES_SECRET_ACCESS_KEY, + ZEN_BLACK, ...ZEN_MODELS, ...($dev ? [ |
