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
commit 773d33e282
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 220 additions and 55 deletions

View file

@ -17,6 +17,7 @@
"opencode": "./bin/opencode"
},
"exports": {
"./public": "./src/public/index.ts",
"./session/runner": "./src/session/runner/index.ts",
"./*": "./src/*.ts"
},