square-ability-48831
06/20/2019, 12:14 AMindex.ts
file to infra.ts
. changed in tsconfig.json
and pulumi up
can’t find it now.white-balloon-205
package.json
main
property to define the file Node.js will use as the entry point for the package.
If you need your Pulumi.yaml
file to live somewhere other than where your package.json
lives - you can use main:
in the Pulumi.yaml to indeicate where the package.json
for the Node.js package to load can be found.
The latter is documented at https://pulumi.io/reference/project/.
The former is alluded to in https://pulumi.io/reference/javascript/ but we could definitely make that clearer.square-ability-48831
06/20/2019, 1:17 AMmain
should have known that