diff options
Diffstat (limited to 'packages/function')
| -rw-r--r-- | packages/function/sst-env.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/function/sst-env.d.ts b/packages/function/sst-env.d.ts index 41727ee9d..78b7056c1 100644 --- a/packages/function/sst-env.d.ts +++ b/packages/function/sst-env.d.ts @@ -7,7 +7,7 @@ import "sst" declare module "sst" { export interface Resource { "Web": { - "type": "sst.cloudflare.StaticSite" + "type": "sst.cloudflare.Astro" "url": string } } |
