Hi,
I'm trying to develop a multi-repo microservice solution with ABP, all samples and guides are about the mono-repo example.
My problem is how can I split the mono-repo solution into multi-repo, how to solve dependencies by duplicate some code?
Thanks.