summaryrefslogtreecommitdiffhomepage
path: root/packages/function/sst-env.d.ts
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-06-07 23:46:53 -0400
committerFrank <[email protected]>2025-06-07 23:46:56 -0400
commit028d589ea01efbcf27bc5810f8f350358b788786 (patch)
treeb07df93d21e9a88fd36a800d14253ab2dbcf7a99 /packages/function/sst-env.d.ts
parentcdbdb96218e89307cd69eac87877163e2b1ffcea (diff)
downloadopencode-028d589ea01efbcf27bc5810f8f350358b788786.tar.gz
opencode-028d589ea01efbcf27bc5810f8f350358b788786.zip
Infra: use Astro component
Diffstat (limited to 'packages/function/sst-env.d.ts')
-rw-r--r--packages/function/sst-env.d.ts2
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
}
}