we are working on a web components repository that uses Lit and Storybook. It's currently a standalone repository with a src
directory in the root, and we'd like to collocate a few other smaller projects within the repo. Is it possible to convert this to a monorepo while keeping the same directory structure? Because we are concerned of having git history changes by having src
moved to a separate directory for instance. Would love to know of any other monorepo tools that might help with this if Nx won't.