mirror of
https://github.com/thedotmack/claude-mem
synced 2026-05-09 00:22:11 +02:00
- Changed searchRoutes property to be of type SearchRoutes | null. - Initialized searchRoutes to null instead of using a temporary type assertion. - Removed conditional setup for searchRoutes in setupRoutes method, as it will be handled after database initialization.