This message was deleted.
# general
s
This message was deleted.
e
I did find a workaround to this; I updated my
types
and
exports
fields in my package.json; and just installed one package in the other to access shared utilities
l
Generally, Pulumi-based packages that are used from other packages aren't provided as Pulumi programs. Classes can be exported from one package to be used by others. This avoids having to deal with different entrypoints for different use cases.
1