Hi, I’m looking for a good example on sharing code...
# typescript
m
Hi, I’m looking for a good example on sharing code between microstacks with Pulumi TypeScript. I can’t seem to find a typescript config that also works with how pulumi expects the file layout
l
Anything with ComponentResources should be suitable.
No particular file layout required.
You can define your ComponentResources in a package, or just a directory, and import it into any project.