Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#typescript
Title
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
See also:
https://www.pulumi.com/docs/intro/concepts/project/
Post