diff options
| author | Frank <[email protected]> | 2025-08-09 01:28:27 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-08-09 01:28:27 -0400 |
| commit | 7446f5ad7b4c27ff1fa201bc48a67178ff10e7b7 (patch) | |
| tree | a445ad199a2c80bf54dcf582ebd0a03695035053 /packages/function | |
| parent | 81a3e02474445bc4d22c7857d4c3b1f591c1cb56 (diff) | |
| download | opencode-7446f5ad7b4c27ff1fa201bc48a67178ff10e7b7.tar.gz opencode-7446f5ad7b4c27ff1fa201bc48a67178ff10e7b7.zip | |
wip gateway
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 4e2b15921..520a033ff 100644 --- a/packages/function/sst-env.d.ts +++ b/packages/function/sst-env.d.ts @@ -50,6 +50,10 @@ declare module "sst" { "type": "sst.sst.Secret" "value": string } + "GOOGLE_CLIENT_ID": { + "type": "sst.sst.Secret" + "value": string + } "OPENAI_API_KEY": { "type": "sst.sst.Secret" "value": string |
