mattddean
mattddean
Did a very naiive [valibot](https://github.com/fabian-hiller/valibot) replacement. Obviously it doesn't accomplish the goal here of not shipping a validation library, but it might be useful to someone. https://github.com/mattddean/t3-env-valibot/tree/feature/valibot
Did you have issues with autolinking as well? I've found that after updating to react-native 0.70.5, All Braintree-ish pods have disappeared from my Podfile.lock.
@lorenzodejong @rexxars @kmelve > An option would be to bypass the schema validation in the studio while in development mode and only enforce validation when deployed to production. This would...
Agreed, my assumption was that if I was providing a zod schema, the data was being validated, particularly because the `event` property handed to my function is typed according to...
Here's an example of this working on the edge runtime with Route Handlers. https://github.com/mattddean/t3-app-router-edge/blob/07e322d717a9546a9a1764936b8044e2d6bc724a/src/app/api/trpc/%5Btrpc%5D/route.ts