Skip to content

Commit a564b1f

Browse files
committed
Update build.bun.ts
1 parent c59732c commit a564b1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.bun.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ function buildJs(entrypoint: string, opts: Record<string, any> = {}) {
2323
await Promise.all([
2424
buildJs("src/app.ts", { outdir: "dist/src" }),
2525
buildJs("src/app-bridge.ts", { outdir: "dist/src", external: ["@modelcontextprotocol/sdk"] }),
26-
buildJs("src/react/index.tsx", { outdir: "dist/src/react" }),
26+
buildJs("src/react/index.tsx", { outdir: "dist/src/react", external: ["react", "react-dom"]}),
2727
])

0 commit comments

Comments
 (0)