You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
E.g. I have a package A and package B. B depends on A to be build. I'd like to reference some files/outputs from A in B, so I don't have to copy/paste same strings in B.
This concept is close by it's utility as Bazel does it's artifacts referencing, where you can reference anything anywhere, given that the proper path in Bazel space specified.
Describe the solution you'd like
The way I see this is to have something like openAPI allows referencing
Basically I have a package which produces some artifact as a set of files. This files needs later to be used in another project in the same monorepo, for that I need to know the path where to copy them from.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
E.g. I have a package A and package B. B depends on A to be build. I'd like to reference some files/outputs from A in B, so I don't have to copy/paste same strings in B.
This concept is close by it's utility as Bazel does it's artifacts referencing, where you can reference anything anywhere, given that the proper path in Bazel space specified.
Describe the solution you'd like
The way I see this is to have something like openAPI allows referencing
Describe alternatives you've considered
Additional context
Basically I have a package which produces some artifact as a set of files. This files needs later to be used in another project in the same monorepo, for that I need to know the path where to copy them from.
The text was updated successfully, but these errors were encountered: