Fix: Error [ERR_DLOPEN_FAILED] (#1546)

This commit is contained in:
Yuu Toriyama
2025-08-14 04:46:21 +09:00
committed by opencode
parent 5bf841ab7a
commit 3f0f910f7b
7 changed files with 79 additions and 35 deletions

View File

@@ -3,7 +3,7 @@
"name": "opencode",
"private": true,
"type": "module",
"packageManager": "bun@1.2.14",
"packageManager": "bun@1.2.19",
"scripts": {
"dev": "bun run --conditions=development packages/opencode/src/index.ts",
"typecheck": "bun run --filter='*' typecheck",
@@ -46,7 +46,10 @@
"trustedDependencies": [
"esbuild",
"protobufjs",
"sharp"
"sharp",
"tree-sitter",
"tree-sitter-bash",
"web-tree-sitter"
],
"patchedDependencies": {}
}