pulumi/sdk/nodejs/cmd/run
Julien P 13ffd51017
Only look for main in package.json if no entyrpoint was set via Pulumi.yaml (#16363)
# Description

`main` in Pulumi.yaml is supposed to take precedence over `main` in
`package.json`, but we inadvertently broke this in
cf1189bf2c

Fixes https://github.com/pulumi/pulumi/issues/16274

## Checklist

- [x] I have run `make tidy` to update any new dependencies
- [x] I have run `make lint` to verify my code passes the lint check
  - [x] I have formatted my code using `gofumpt`
2024-06-11 11:36:34 +00:00
..
index.ts Set programRunning to true only once programStarted callback is invoked. 2023-05-17 17:02:43 -04:00
run.ts Only look for main in package.json if no entyrpoint was set via Pulumi.yaml (#16363) 2024-06-11 11:36:34 +00:00
tracing.ts Apply autoformat 2023-04-28 18:27:10 -04:00