Thanks <@U04S45AHA> so in this example where `core...
# general
s
Thanks @enough-analyst-54434 so in this example where
core
and
foo
are under
monorepo
if I'm in
~/Documents/monorepo
and I do
./pants root
and see
.
is that correctly telling me that it's
root
is at
monorepo
and it should successfully be able to find
core
and
foo
from each other ... OR should
./pants root
be showing me
. core foo
?