Im generally curious about how d.js managed to have the submodules in packages/ and apps/
when i create a monorepo and add my submodules to them, they are just displayed as links to other repositories in my monorepo (see screenshot)
i would much rather have it exactly like d.js made it. Is it possible that djs is actually using subtrees instead of submodules?