How do we use isolated file-based router in monorepo packages? #4058
hakimmanik
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to achieve modular structure with turborepo. I want to have 'packages' (which I'm calling 'modules' in the repo). How can I make 'each' module have a routes folder and have one central app which combines all the routes folder in app/web using tanstack rotuer.
Beta Was this translation helpful? Give feedback.
All reactions