Replies: 1 comment
-
|
Hey, I dug into this and it's a real bug -- not something you're doing wrong. The root cause is in The Opened #714 to track this and submitted a fix in #715 -- after the dep loop, the install step now treats the project root itself as an implicit package and runs it through the same integration pipeline. So root-level |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My project has a top-level
apm.ymlwith external dependencies, but also referring to local rules and such.Concretely: juspay/AI#48
Presently, I'm forced to:
a) Move these local rules (
.apm) to a sub-directory, like./agent)b) Stub out a
./agent/apm.ymlBut is this the idiomatic way of using apm like this? Or am I missing something else?
Beta Was this translation helpful? Give feedback.
All reactions