3 Commits

Author SHA1 Message Date
Rasmus Q
1089a6eb3a migrate: switch from bun to pnpm and add zod dependency 2026-03-16 12:18:04 +00:00
Rasmus Q
bc680fb60b refactor: add proper types for all database insert operations
- Add missing Select and Insert types for Auth.js tables (Account, Session, VerificationToken)
- Update all insert operations to use typed New* variables:
  - NewUser for user signup
  - NewItem for adding wishlist items
  - NewSavedWishlist for saving wishlists
- Improves type safety and catches insert errors at compile time
2026-03-15 21:38:54 +00:00
0144e8df1a initial production version 2025-11-25 16:08:50 +01:00