feat(core): add public native API (#30828)

This commit is contained in:
Kit Langton
2026-06-04 20:49:43 -04:00
committed by GitHub
parent 46e9863589
commit 773d33e282
10 changed files with 220 additions and 55 deletions
+1
View File
@@ -17,6 +17,7 @@
"opencode": "./bin/opencode"
},
"exports": {
"./public": "./src/public/index.ts",
"./session/runner": "./src/session/runner/index.ts",
"./*": "./src/*.ts"
},