Zod error after running introspect which leads to a ton of TS errors in generated schema.
Has anyone run into this error?:
1 Reply
Could be the auth schema that has some unexpected shape.
Can you try but only for public schema? (Use the schema filter in your drizzle config https://orm.drizzle.team/kit-docs/config-reference#schemafilter)
Drizzle ORM - Config Reference
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.