summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/env.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/app/src/env.d.ts')
-rw-r--r--packages/app/src/env.d.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/app/src/env.d.ts b/packages/app/src/env.d.ts
deleted file mode 100644
index ad575e93b..000000000
--- a/packages/app/src/env.d.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-interface ImportMetaEnv {
- readonly VITE_OPENCODE_SERVER_HOST: string
- readonly VITE_OPENCODE_SERVER_PORT: string
-}
-
-interface ImportMeta {
- readonly env: ImportMetaEnv
-}