https://pulumi.com logo
#general
Title
# general
t

thankful-coat-47937

04/12/2022, 7:16 PM
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
2 Views