feat: 完成最新的可构建版本

This commit is contained in:
claude-code-best
2026-04-01 10:42:53 +08:00
parent 604110272f
commit 9a57642d3a
4 changed files with 59 additions and 21 deletions

View File

@@ -35,7 +35,7 @@
"dist"
],
"scripts": {
"build": "bun build src/entrypoints/cli.tsx --outdir dist --target bun",
"build": "bun run build.ts",
"dev": "bun run src/entrypoints/cli.tsx",
"prepublishOnly": "bun run build",
"lint": "biome lint src/",