Hello everyone I want build a monorepo with 2 nextjs apps and 1 hono backend app, and I choose t3-turbo as a starter to refactor it. And I want to ask, is it possible to leverage all files in
apps/nextjs/src/trpc
apps/nextjs/src/trpc
to
packages/api/src
packages/api/src
to make them shareable for multiple web apps (if all are nextjs app)? If it's possible, will it be a better pattern?