OpenCode Desktop app (#5044)

Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
This commit is contained in:
Brendan Allan 2025-12-06 04:39:49 +08:00 committed by GitHub
commit cd6bfb3f69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
79 changed files with 1410 additions and 260 deletions

View file

@ -3,6 +3,10 @@
"version": "1.0.133",
"description": "",
"type": "module",
"exports": {
".": "./src/index.tsx",
"./vite": "./vite.js"
},
"scripts": {
"typecheck": "tsgo --noEmit",
"start": "vite",