Julius Marminge
Julius Marminge
Here's the errors I'm getting: ~~~~ https://app.warp.dev/block/YLqekkwwndfcjXmjoaZuDW
What's weird is that we don't have these snippets anymore, so I'm not sure where it's referencing those from??? EDIT: Found an outliar after removing some filters from my vscode...
Aight @roy9495, I fixed all the build issues and Shiki problems. Now it's just the MDX v3 migration left (Fixing all of these errors https://app.warp.dev/block/N0JozPvakENsLbpM8PMzYl). You up for it?
> I got rid of all the previous errors but this new error is showing up. > >  > > Can anybody help? I am still getting the same...
Got it to build by disabling typedoc and `prism-react-renderer`. typedoc might need a dependency bump to work with docusaurus 3? prism idk why that didn't work, it complained that it...
Hey @Andarist - are you planning on finishing this up?
We support a bunch of validators in tRPC: https://github.com/trpc/trpc/blob/main/packages/server/src/core/parser.ts https://github.com/trpc/trpc/blob/main/packages/server/src/core/internals/getParseFn.ts But separate entrypoints could also work i guess: ```ts import { createEnv } from "@t3-oss/env-core/zod"; const env = createEnv({ //...
> Will it also export zod / other validators from within t3-env or would you still need to add zod as a dependency? If not, could it be done? >...
I think we'd make a `createEnvAsync` in that case