Replace Elysia with bun.serve for hot reloading and static serving
This commit is contained in:
4
markdown.d.ts
vendored
Normal file
4
markdown.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare module "*.md" {
|
||||
const content: import("html").HtmlString;
|
||||
export default content;
|
||||
}
|
||||
Reference in New Issue
Block a user