Buckets:
| 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 * as data from "./data.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:
- 488 Bytes
- Xet hash:
- 37603b7b0fd5c83ffff8d099a7b9b28bdf445e866a6bcacaf1da3b147647e933
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.