summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorLuke Parker <[email protected]>2026-02-26 17:55:01 +1000
committerGitHub <[email protected]>2026-02-26 17:55:01 +1000
commitfce811b52f335eb28dc43b49a96f42b2ada751f5 (patch)
tree9d5eb1a6d4248b8e1809881f3c0ed6facaacf409 /package.json
parentaae75b3cfb10cdff965fb434c487980b152efdec (diff)
downloadopencode-fce811b52f335eb28dc43b49a96f42b2ada751f5.tar.gz
opencode-fce811b52f335eb28dc43b49a96f42b2ada751f5.zip
fix: most segfaults on windows with Bun v1.3.10 stable (#15181)
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 2e7c1172a..3fd9f3066 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "AI-powered development tool",
"private": true,
"type": "module",
- "packageManager": "[email protected]",
+ "packageManager": "[email protected]",
"scripts": {
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
"dev:desktop": "bun --cwd packages/desktop tauri dev",