summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorLuke Parker <[email protected]>2026-04-19 12:35:02 +1000
committerGitHub <[email protected]>2026-04-19 02:35:02 +0000
commite543acf9230347f5642dbabffde35a493451748a (patch)
tree44a5423cf4c5520442ff361e31e5761f95d1a821 /package.json
parentd1835686440d60686b7b9f66e160d47e747266da (diff)
downloadopencode-e543acf9230347f5642dbabffde35a493451748a.tar.gz
opencode-e543acf9230347f5642dbabffde35a493451748a.zip
chore: bump electron and fix taskbar icon (#23368)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index ddd711ada..063226ad0 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"packageManager": "[email protected]",
"scripts": {
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
- "dev:desktop": "bun --cwd packages/desktop tauri dev",
+ "dev:desktop": "bun --cwd packages/desktop-electron dev",
"dev:web": "bun --cwd packages/app dev",
"dev:console": "ulimit -n 10240 2>/dev/null; bun run --cwd packages/console/app dev",
"dev:storybook": "bun --cwd packages/storybook storybook",