迁移到 bun 并更新依赖

工作区中此前未提交的改动:新增 bunfig.toml(npmmirror 源),
hono ^4.13.7、@types/bun ^1.4.1、typescript ^7.0.2。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-07 00:49:04 -06:00
parent be25ceba96
commit 09eb84f478
3 changed files with 52 additions and 10 deletions

View File

@@ -9,10 +9,10 @@
"dependencies": {
"drizzle-kit": "^0.31.10",
"drizzle-orm": "^0.45.2",
"hono": "^4.12.9"
"hono": "^4.13.7"
},
"devDependencies": {
"@types/bun": "^1.3.11",
"typescript": "^6.0.2"
"@types/bun": "^1.4.1",
"typescript": "^7.0.2"
}
}