chore(deps): switch from Node.js to Bun

This commit is contained in:
2026-01-10 18:57:40 +00:00
parent 2e5101650f
commit a0359ef376
8 changed files with 856 additions and 6840 deletions

10
.claude/settings.json Normal file
View File

@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(bun install:*)",
"Bash(bun run build:*)",
"Bash(bun run update:*)",
"Bash(bun update:*)"
]
}
}