I have an Nx Monorepo workspace. It has multiple apps and libraries.
Now I want to hide a few apps from my team member. This app code contains sensitive code which I don't want to share with all members.
How do I go about doing that?
Is git submodules the only option, Or does Nx support this natively as well?