create-t3-turbo icon indicating copy to clipboard operation
create-t3-turbo copied to clipboard

Use pnpm catalogs

Open simonecervini opened this issue 7 months ago • 2 comments

Blocked by: the stable release of pnpm 9.5.0.

Catalogs (RFC: https://github.com/pnpm/rfcs/pull/1) are now available in [email protected].

I think this is a very useful feature for create-t3-turbo because it reduces duplication in the codebase.

I believe this is a good default – most of the time, I don't want to use different versions of prettier across the codebase – and it's very easy to opt out for specific packages.

simonecervini avatar Jun 29 '24 10:06 simonecervini