chore: rename packages/desktop -> packages/app

This commit is contained in:
Adam
2025-12-22 19:39:00 -06:00
parent a4eebf9f08
commit 794fe8f381
74 changed files with 78 additions and 67 deletions
+8
View File
@@ -0,0 +1,8 @@
interface ImportMetaEnv {
readonly VITE_OPENCODE_SERVER_HOST: string
readonly VITE_OPENCODE_SERVER_PORT: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}