the npub.email email server and subscription management
Find a file
Danny Morabito bec36602b5
Code cleanup/rewrite
💥 Breaking Changes 💥

- Ditched Bun for Deno 🦕: Migrated from Bun to Deno due to recurring memory leaks and crashes on our test server.
- SQL Simplification 📈: Removed Prisma and now using Libsql alone
- Hono Takes the Stage: Switched from Elysia to Hono, a cleaner and more compatible framework that plays nice with Deno.

🧹 Code Cleanup 💪

Removed unnecessary clutter and streamlined the codebase for better readability and maintainability.
2024-12-03 18:52:35 +01:00
src Code cleanup/rewrite 2024-12-03 18:52:35 +01:00
.env.example fix #1 2024-12-02 18:26:49 +01:00
.gitignore initial version 2024-12-02 14:28:00 +01:00
deno.json Code cleanup/rewrite 2024-12-03 18:52:35 +01:00
deno.lock Code cleanup/rewrite 2024-12-03 18:52:35 +01:00
tsconfig.json initial version 2024-12-02 14:28:00 +01:00