summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/env.d.ts
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-10-03 09:04:28 -0500
committerAdam <[email protected]>2025-10-03 09:04:28 -0500
commit3fa280d21878ae391674a21758199df3d2d8c3b5 (patch)
treef70c6ecafffeecc8e7a59dc9acef66c59a9ea54a /packages/app/src/env.d.ts
parent1d58b5548287a3e32ffce3abdcf0f2db08fdb155 (diff)
downloadopencode-3fa280d21878ae391674a21758199df3d2d8c3b5.tar.gz
opencode-3fa280d21878ae391674a21758199df3d2d8c3b5.zip
chore: app -> desktop
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
-}