feat: 完成 debug 配置

This commit is contained in:
claude-code-best
2026-04-03 01:11:14 +08:00
parent e48da3956c
commit 1f0a2e44c8
3 changed files with 33 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
"scripts": {
"build": "bun run build.ts",
"dev": "bun run scripts/dev.ts",
"dev:inspect": "bun --inspect-wait=localhost:8888/2dc3gzl5xot run scripts/dev.ts",
"prepublishOnly": "bun run build",
"lint": "biome lint src/",
"lint:fix": "biome lint --fix src/",