casesandberg / play-money

Simple prediction market platform
https://playmoney.dev
12 stars 10 forks source link

Migrate from zod-prisma to zod-prisma-types #7

Closed AnthonyEdvalson closed 4 months ago

AnthonyEdvalson commented 4 months ago

Lots of little changes in this one, but ultimately this is just changing from zod-prisma to zod-prisma-types which is better maintained and more powerful.

The names of the models is different, so a ton of files are changed but these shouldn't change behavior. I also got rid of a lot of unused imports that weren't picked up because the old models started with an underscore and were exempted from unused import checks.

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
play-money-api ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 21, 2024 4:48am
play-money-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 21, 2024 4:48am
casesandberg commented 4 months ago

This looks awesome, great work!