create-t3-turbo
create-t3-turbo copied to clipboard
Expose generated prisma types in db package
This is useful for importing stuff like enums from the schema.
Not too keen on this as default, I almost never need to import my Prisma types so it would just increase bundle size of the app I think?
That's fair, but will it be included in the bundle if you don't import from it? 🤔
Maybe it's treeshaked, would have to analyze the bundle to say for sure