diff options
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/console/core/sst-env.d.ts | 4 | ||||
| -rw-r--r-- | packages/console/function/sst-env.d.ts | 4 | ||||
| -rw-r--r-- | packages/console/resource/sst-env.d.ts | 4 | ||||
| -rw-r--r-- | packages/enterprise/sst-env.d.ts | 4 | ||||
| -rw-r--r-- | packages/function/sst-env.d.ts | 4 |
5 files changed, 20 insertions, 0 deletions
diff --git a/packages/console/core/sst-env.d.ts b/packages/console/core/sst-env.d.ts index ffa17f276..d68cca1a0 100644 --- a/packages/console/core/sst-env.d.ts +++ b/packages/console/core/sst-env.d.ts @@ -98,6 +98,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 diff --git a/packages/console/function/sst-env.d.ts b/packages/console/function/sst-env.d.ts index ffa17f276..d68cca1a0 100644 --- a/packages/console/function/sst-env.d.ts +++ b/packages/console/function/sst-env.d.ts @@ -98,6 +98,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 diff --git a/packages/console/resource/sst-env.d.ts b/packages/console/resource/sst-env.d.ts index ffa17f276..d68cca1a0 100644 --- a/packages/console/resource/sst-env.d.ts +++ b/packages/console/resource/sst-env.d.ts @@ -98,6 +98,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 diff --git a/packages/enterprise/sst-env.d.ts b/packages/enterprise/sst-env.d.ts index ffa17f276..d68cca1a0 100644 --- a/packages/enterprise/sst-env.d.ts +++ b/packages/enterprise/sst-env.d.ts @@ -98,6 +98,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 diff --git a/packages/function/sst-env.d.ts b/packages/function/sst-env.d.ts index ffa17f276..d68cca1a0 100644 --- a/packages/function/sst-env.d.ts +++ b/packages/function/sst-env.d.ts @@ -98,6 +98,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 |
