diff options
| author | Frank <[email protected]> | 2025-08-29 19:34:56 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-08-29 19:34:58 -0400 |
| commit | c3a25eff78635725472096fe2626021ee50f36b0 (patch) | |
| tree | adecb00a9340d2baea27b3f30f254054810d9490 /sst-env.d.ts | |
| parent | b40c02e2583c6e35f97849e98f66609e67dac322 (diff) | |
| download | opencode-c3a25eff78635725472096fe2626021ee50f36b0.tar.gz opencode-c3a25eff78635725472096fe2626021ee50f36b0.zip | |
wip: cloud
Diffstat (limited to 'sst-env.d.ts')
| -rw-r--r-- | sst-env.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sst-env.d.ts b/sst-env.d.ts index 5715d2ea9..8725b4568 100644 --- a/sst-env.d.ts +++ b/sst-env.d.ts @@ -28,6 +28,10 @@ declare module "sst" { "name": string "type": "sst.cloudflare.Bucket" } + "Console": { + "type": "sst.cloudflare.SolidStart" + "url": string + } "DATABASE_PASSWORD": { "type": "sst.sst.Secret" "value": string |
