diff options
| author | Frank <[email protected]> | 2025-12-23 12:58:28 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-12-23 12:58:28 -0500 |
| commit | a90f2b97238e559518603dfc3c6963782506527b (patch) | |
| tree | 43776f04828935d2a3242651963a9161eef34b0b /sst-env.d.ts | |
| parent | c73a17f8af8ed8dc09c599834c7cddeec2c05612 (diff) | |
| download | opencode-a90f2b97238e559518603dfc3c6963782506527b.tar.gz opencode-a90f2b97238e559518603dfc3c6963782506527b.zip | |
ci: fix
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 813d654a0..eaf6d4e33 100644 --- a/sst-env.d.ts +++ b/sst-env.d.ts @@ -124,6 +124,10 @@ declare module "sst" { "type": "sst.cloudflare.Astro" "url": string } + "WebApp": { + "type": "sst.cloudflare.StaticSite" + "url": string + } "ZEN_MODELS1": { "type": "sst.sst.Secret" "value": string |
