Merge pull request #2988 from odedindi/fix/add-server-export

fix(package): add ./server export for OpenCode-Go plugin compatibility
This commit is contained in:
YeonGyu-Kim
2026-05-21 00:57:55 +09:00
committed by GitHub
+1
View File
@@ -25,6 +25,7 @@
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"import": "./dist/index.js" "import": "./dist/index.js"
}, },
"./server": "./dist/index.js",
"./schema.json": "./dist/oh-my-opencode.schema.json" "./schema.json": "./dist/oh-my-opencode.schema.json"
}, },
"scripts": { "scripts": {