wip(desktop): progress

This commit is contained in:
Adam
2025-12-09 03:45:50 -06:00
parent 3ab22fbb89
commit fcc47597b2
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:*",