summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/src
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-12-02 18:36:13 -0500
committerFrank <[email protected]>2025-12-02 18:36:15 -0500
commit28c802f39949d512a56ad8c0596c294ff6fe9e66 (patch)
treec3933c77dc0245905586dbc424702581a52c4a54 /packages/desktop/src
parentbcfa63aa4e247f023e2c1ad156df074d362f7e4d (diff)
downloadopencode-28c802f39949d512a56ad8c0596c294ff6fe9e66.tar.gz
opencode-28c802f39949d512a56ad8c0596c294ff6fe9e66.zip
wip: zen
Diffstat (limited to 'packages/desktop/src')
-rw-r--r--packages/desktop/src/sst-env.d.ts6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/desktop/src/sst-env.d.ts b/packages/desktop/src/sst-env.d.ts
index 1b1683a1e..47a8fbec7 100644
--- a/packages/desktop/src/sst-env.d.ts
+++ b/packages/desktop/src/sst-env.d.ts
@@ -2,7 +2,9 @@
/* tslint:disable */
/* eslint-disable */
/// <reference types="vite/client" />
-interface ImportMetaEnv {}
+interface ImportMetaEnv {
+
+}
interface ImportMeta {
readonly env: ImportMetaEnv
-}
+} \ No newline at end of file