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

11
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"command": "bun run dev",
"name": "dev server",
"request": "launch",
"type": "node-terminal"
}
]
}