mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
wip: zen
This commit is contained in:
parent
1024537b47
commit
70da3a9399
33 changed files with 2018 additions and 116 deletions
8
packages/function/sst-env.d.ts
vendored
8
packages/function/sst-env.d.ts
vendored
|
|
@ -10,6 +10,14 @@ declare module "sst" {
|
|||
"type": "sst.sst.Linkable"
|
||||
"value": string
|
||||
}
|
||||
"AWS_SES_ACCESS_KEY_ID": {
|
||||
"type": "sst.sst.Secret"
|
||||
"value": string
|
||||
}
|
||||
"AWS_SES_SECRET_ACCESS_KEY": {
|
||||
"type": "sst.sst.Secret"
|
||||
"value": string
|
||||
}
|
||||
"Console": {
|
||||
"type": "sst.cloudflare.SolidStart"
|
||||
"url": string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue