sparse-intern-71089
06/20/2019, 12:14 AMwhite-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 AMsquare-ability-48831
06/20/2019, 1:17 AMmain
should have known thatsquare-ability-48831
06/20/2019, 1:18 AM