GHHG10's picture
download
raw
453 Bytes
export * from "./client.js"
export * from "./server.js"
import { createOpencodeClient } from "./client.js"
import { createOpencodeServer } from "./server.js"
import type { ServerOptions } from "./server.js"
export async function createOpencode(options?: ServerOptions) {
const server = await createOpencodeServer({
...options,
})
const client = createOpencodeClient({
baseUrl: server.url,
})
return {
client,
server,
}
}

Xet Storage Details

Size:
453 Bytes
·
Xet hash:
7af561f8d2ddd3653ae381f3a82a71c4a5176ee84e6e61d82efd6ff2c93cd0b1

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.