Skip to content

Commit 61b638e

Browse files
koki-developclaude
andcommitted
chore: update build script to handle TSX entry point
- Change entrypoints from index.ts to index.tsx 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 43e2f6e commit 61b638e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ await $`rm -rf dist`;
44

55
await Bun.build({
66
banner: "#!/usr/bin/env node",
7-
entrypoints: ["./src/index.ts"],
7+
entrypoints: ["./src/index.tsx"],
88
outdir: "./dist",
99
target: "node",
1010
packages: "external",

0 commit comments

Comments
 (0)