https://pulumi.com logo
a

alert-monitor-93874

09/08/2019, 11:21 PM
Is it possible for Pulumi to use a different starting point? e.g. I prefer to have my code in a
src/
directory, so can I make Pulumi start with
src/index.ts
instead of
index.ts
?
w

white-balloon-205

09/09/2019, 2:02 AM
Yes - either via
main
in Pulumi.yaml (to set the root folder) or
main
in package.json (to set the entry-point file).
👍 1