You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are defining schemas on botht he frontend and the backend. This is okay because our TS compiler will complain if they are out of sync, but it would be nice to have a centralized location for all of this
We should have an export in the trpc package, ideally @good-dog/trpc/validation, which exports schemas to be used in both our frontend forms and backend input validations.
The text was updated successfully, but these errors were encountered:
Currently, we are defining schemas on botht he frontend and the backend. This is okay because our TS compiler will complain if they are out of sync, but it would be nice to have a centralized location for all of this
We should have an export in the
trpc
package, ideally@good-dog/trpc/validation
, which exports schemas to be used in both our frontend forms and backend input validations.The text was updated successfully, but these errors were encountered: