diff options
| author | Frank <[email protected]> | 2026-01-16 01:07:00 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-01-16 01:07:03 -0500 |
| commit | f66e6d7033d5c64ddc36371e59b356c9881c5477 (patch) | |
| tree | b8d8cb582df702e25bdce14729e88ae8858fae1b /packages/function | |
| parent | de2de099b4e66ea05ffa00220621df1f8709977c (diff) | |
| download | opencode-f66e6d7033d5c64ddc36371e59b356c9881c5477.tar.gz opencode-f66e6d7033d5c64ddc36371e59b356c9881c5477.zip | |
wip: zen
Diffstat (limited to 'packages/function')
| -rw-r--r-- | packages/function/sst-env.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/function/sst-env.d.ts b/packages/function/sst-env.d.ts index b8e50a261..3710cb77f 100644 --- a/packages/function/sst-env.d.ts +++ b/packages/function/sst-env.d.ts @@ -134,6 +134,10 @@ declare module "sst" { "type": "sst.sst.Secret" "value": string } + "ZEN_MODELS8": { + "type": "sst.sst.Secret" + "value": string + } "ZEN_SESSION_SECRET": { "type": "sst.sst.Secret" "value": string |
