diericx / climbing_notebook

A tool to help climbers with their training
https://climbingnotebook.com
Other
22 stars 1 forks source link

Remove client code from Repos and move Repos into server only area #43

Closed diericx closed 7 months ago

diericx commented 7 months ago

Repos contain server only code that should never be imported into client code. ZOD schemas and Prisma Selects have historically lived within the Repos but are necessary for client side logic. The zod schemas and select factories are now separated out and live in lib but the repos live in lib/server which cannot be imported by client code.