wip(desktop): progress

This commit is contained in:
Adam
2025-12-09 06:12:09 -06:00
parent d29205e677
commit 0a357be160
13 changed files with 784 additions and 171 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
"dev": "vite",
"build": "bun run typecheck && vite build",
"preview": "vite preview",
"tauri": "tauri"
"tauri": "tauri",
"typecheck": "tsgo --noEmit"
},
"dependencies": {
"@opencode-ai/desktop": "workspace:*",