diff options
Diffstat (limited to 'infra/console.ts')
| -rw-r--r-- | infra/console.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/console.ts b/infra/console.ts index c69a70683..626697c2f 100644 --- a/infra/console.ts +++ b/infra/console.ts @@ -104,6 +104,7 @@ const ZEN_MODELS = [ new sst.Secret("ZEN_MODELS4"), new sst.Secret("ZEN_MODELS5"), new sst.Secret("ZEN_MODELS6"), + new sst.Secret("ZEN_MODELS7"), ] const STRIPE_SECRET_KEY = new sst.Secret("STRIPE_SECRET_KEY") const AUTH_API_URL = new sst.Linkable("AUTH_API_URL", { |
