Replace Elysia with bun.serve for hot reloading and static serving

This commit is contained in:
2025-10-22 19:56:38 -07:00
parent b136c6e63a
commit cd88f570a0
13 changed files with 522 additions and 27 deletions

View File

@@ -8,7 +8,9 @@
"dependencies": {
"@elysiajs/html": "1.4.0",
"@elysiajs/static": "1.4.4",
"elysia": "^1.4.11"
"elysia": "^1.4.11",
"gray-matter": "^4.0.3",
"marked": "^16.4.1"
},
"devDependencies": {
"@types/bun": "^1.3.0"