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