From a90f2b97238e559518603dfc3c6963782506527b Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 23 Dec 2025 12:58:28 -0500 Subject: ci: fix --- packages/function/sst-env.d.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/function') 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 -- cgit v1.2.3