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

@@ -0,0 +1,34 @@
---
title: Your Post Title
date: 2025-10-21
tags: [Web Development, TypeScript]
excerpt: A brief summary of your post (2-3 sentences). This will appear in post listings and search results.
draft: false
---
# Your Post Title
Your content here. You can use standard markdown syntax:
## Section Heading
Write your paragraphs with proper spacing.
### Subsection
- Bullet points
- Another point
- And another
**Bold text** and *italic text* are supported.
```typescript
// Code blocks work too
const example = "Hello World";
console.log(example);
```
> Blockquotes for important callouts or quotes.
This is just a template - delete this file or ignore it when writing your actual posts.