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

4
markdown.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module "*.md" {
const content: import("html").HtmlString;
export default content;
}