How to work with Monorepos in a dev container

preview_player
Показать описание
Understanding the default mounting behavior and how to modify that to account for scenarios where you have multiple projects in the same repo.
Рекомендации по теме
Комментарии
Автор

But now you can't use git inside your devcontainer, which is a bit of a dealbreaker. 🙁 Any way to have the best of both worlds?

SwimmingInSeas
Автор

what if each of the projects share some common base components that are implemented in a peer folder?

Blinknone