Buckets:
| export * from "./client.js"; | |
| export * from "./server.js"; | |
| import { createOpencodeClient } from "./client.js"; | |
| import { createOpencodeServer } from "./server.js"; | |
| export async function createOpencode(options) { | |
| const server = await createOpencodeServer({ | |
| ...options, | |
| }); | |
| const client = createOpencodeClient({ | |
| baseUrl: server.url, | |
| }); | |
| return { | |
| client, | |
| server, | |
| }; | |
| } | |
Xet Storage Details
- Size:
- 419 Bytes
- Xet hash:
- 1e39fa2c321e45e53b518bc66c21694ddaf471e81b2b020c242fc22d273c40d6
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.