hi - is there any guidance on how to use multiple ...
# general
t
hi - is there any guidance on how to use multiple typescript files in a sub folder? for example: it seems like only the index file is detected by me specifying "main": "src/index.ts" in my package.json. i am basically looking for a way to separate stuff into different files so it's not just one massive index.ts
seems like setting
main:
in
pulumi.yaml
and importing the
secrets
file manually in
index.ts
does the trick