Linking 2+ T-3 apps together. Any advice for linking up two repos together to make a composite app?

I have an application shell app and I want to bring in an app that handles "user-settings" (each app has its own pages and api routes with tRPC). I have have tried git sub-modules but that caused conflicts between both apps. Is there a good way to combine the two apps together to use one URL for access. And use the Layout from the application shell with the pages from "user-settings" app?
1 Reply
l0ngtrail
l0ngtrail14mo ago
Could use t3-turbo to help manage the different pieces, putting the common code in a separate package that both apps can reference