EdgeAIG's picture
download
raw
454 Bytes
export * from "./client.js";
export * from "./server.js";
import { createOpencodeClient } from "./client.js";
import { createOpencodeServer } from "./server.js";
export * as data from "./data.js";
export async function createOpencode(options) {
const server = await createOpencodeServer({
...options,
});
const client = createOpencodeClient({
baseUrl: server.url,
});
return {
client,
server,
};
}

Xet Storage Details

Size:
454 Bytes
·
Xet hash:
bbdba8315a115ca339c6f77ecf507ea283c9458ff8ac29d6ea61466d89a34029

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