summaryrefslogtreecommitdiffhomepage
path: root/app/packages/function
diff options
context:
space:
mode:
Diffstat (limited to 'app/packages/function')
-rw-r--r--app/packages/function/sst-env.d.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/packages/function/sst-env.d.ts b/app/packages/function/sst-env.d.ts
index 41727ee9d..fdc298fd6 100644
--- a/app/packages/function/sst-env.d.ts
+++ b/app/packages/function/sst-env.d.ts
@@ -6,10 +6,6 @@
import "sst"
declare module "sst" {
export interface Resource {
- "Web": {
- "type": "sst.cloudflare.StaticSite"
- "url": string
- }
}
}
// cloudflare