Does anyone know of an example of leveraging the pulumi typescript modules via bazel / <rules_ts>? H...
c
Does anyone know of an example of leveraging the pulumi typescript modules via bazel / rules_ts? Hitting issues with phantom dependencies (e.g.,
@opentelemetry/instrumentation
) and hopefully looking for a solution that isn’t “add all the transitive dependencies to your own dependencies” 😬