UNPKG

unstructured-client

Version:

<h3 align="center"> <img src="https://raw.githubusercontent.com/Unstructured-IO/unstructured/main/img/unstructured_logo.png" height="200" > </h3>

14 lines 357 B
/// <reference types="bun-types" /> import { build } from "bun"; const entrypoint = "./src/mcp-server/mcp-server.ts"; await build({ entrypoints: [entrypoint], outdir: "./bin", sourcemap: "linked", target: "node", format: "esm", minify: false, throw: true, banner: "#!/usr/bin/env node", }); //# sourceMappingURL=build.mjs.map