michaelshimeles / nextjs-starter-kit

The Ulimate Nextjs Starter Kit. Build your next SAAS product of your dreams. Batteries included.
https://starter.rasmic.xyz/
MIT License
1.18k stars 285 forks source link

breaking: update schema property #1

Closed ianyu93 closed 1 year ago

ianyu93 commented 1 year ago

Description

A quick update on user schema, utilizing available methods from documentation. Also added .describe() as it would be helpful for OpenAPI description (such as Swagger).

Breaking

michaelshimeles commented 1 year ago

Thanks for the much needed update to the zod schema. It was definitely rushed when I wrote it!

Cheers!