Managing 3 frontend projects in monorepo build entire repo in single projects

Viewed 11

I am managing 3 different react project in monorepo using nx. ( And some libraries)

When i look at the source code tab in chrome, i see that the entire repo is built inside each project. Furthermore, i have an instance i create in one of the projects( in public dir) that is created on the other projects as well.

Would love guidance or directions on how to solve it. Thanks.

0 Answers
Related