feat: migrate to Elysia and Bun

This commit is contained in:
2026-04-13 21:44:55 +07:00
parent 4809f99bb0
commit 4350b6903b
9 changed files with 249 additions and 435 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"$schema": "https://biomejs.dev/schemas/2.4.11/schema.json",
"javascript": {
"formatter": {
"semicolons": "always"
}
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 4,
"lineWidth": 100
}
}