feat: add health checks, OG image generation, and R2 integration

- Implement health check system with caching and singleflight pattern
- Add OG image generation via Satori with R2 storage backend
- Configure Railway deployment with health check endpoint
- Add connection pooling and Unix socket support for Bun SSR
- Block external access to internal routes (/internal/*)
This commit is contained in:
2026-01-05 03:16:55 -06:00
parent 9de3c84f00
commit 81d9541b44
27 changed files with 2183 additions and 127 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ export function jsonLogger(): Plugin {
sinks: ["json"],
},
{
category: ["vite"],
category: [],
lowestLevel: "debug",
sinks: ["json"],
},