Commit graph

2 commits

Author SHA1 Message Date
5b6fd15007
feat: add delete alias functionality (fix #4) 👍 2024-12-04 12:48:19 +01:00
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