I just saw your changes here and saw you can simplify the dependencies a bit.
Essentially by removing the :local/root and changing it to :paths ["src"] (strictly speaking adding this is unnecessary as its the default), you can add the 3rd party/remote suite to the suite defined here.
This is the pattern I'd suggest using for this sort of setup.
Anyway thanks for getting all this out of the door, it's really great 🙇
Hey @jennet,
I just saw your changes here and saw you can simplify the dependencies a bit.
Essentially by removing the
:local/root
and changing it to:paths ["src"]
(strictly speaking adding this is unnecessary as its the default), you can add the 3rd party/remote suite to the suite defined here.This is the pattern I'd suggest using for this sort of setup.
Anyway thanks for getting all this out of the door, it's really great 🙇