summaryrefslogtreecommitdiffhomepage
path: root/app/sst-env.d.ts
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-05-30 20:47:56 -0400
committerDax Raad <[email protected]>2025-05-30 20:48:36 -0400
commitf3da73553c45f17e04b1e77cb13eb0fca714d1bd (patch)
treea24317a19e1ab2a89da50db669dc6894f15d00d1 /app/sst-env.d.ts
parent9a26b3058ffc1023e5c7e54b6d571c903d15888e (diff)
downloadopencode-f3da73553c45f17e04b1e77cb13eb0fca714d1bd.tar.gz
opencode-f3da73553c45f17e04b1e77cb13eb0fca714d1bd.zip
sync
Diffstat (limited to 'app/sst-env.d.ts')
-rw-r--r--app/sst-env.d.ts24
1 files changed, 0 insertions, 24 deletions
diff --git a/app/sst-env.d.ts b/app/sst-env.d.ts
deleted file mode 100644
index 7ca38b723..000000000
--- a/app/sst-env.d.ts
+++ /dev/null
@@ -1,24 +0,0 @@
-/* This file is auto-generated by SST. Do not edit. */
-/* tslint:disable */
-/* eslint-disable */
-/* deno-fmt-ignore-file */
-
-declare module "sst" {
- export interface Resource {
- "Api": {
- "type": "sst.cloudflare.Worker"
- "url": string
- }
- "Bucket": {
- "type": "sst.cloudflare.Bucket"
- }
- "Web": {
- "type": "sst.cloudflare.StaticSite"
- "url": string
- }
- }
-}
-/// <reference path="sst-env.d.ts" />
-
-import "sst"
-export {} \ No newline at end of file