sdk update
This commit is contained in:
parent
5c17ee52c5
commit
0fbd7c84fd
16 changed files with 483 additions and 175 deletions
|
|
@ -1,8 +1,8 @@
|
|||
export * from "./gen/types.gen.js"
|
||||
export { type Config as OpencodeClientConfig, OpencodeClient }
|
||||
|
||||
import { createClient } from "./gen/client/client.js"
|
||||
import { type Config } from "./gen/client/types.js"
|
||||
import { createClient } from "./gen/client/client.gen.js"
|
||||
import { type Config } from "./gen/client/types.gen.js"
|
||||
import { OpencodeClient } from "./gen/sdk.gen.js"
|
||||
|
||||
export function createOpencodeClient(config?: Config) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue