Skip to content

Commit

Permalink
feat(go): add JSII_NODE to override node entrypoint (#3890)
Browse files Browse the repository at this point in the history
By default, jsii-go will lookup the node entrypoint from the PATH. This allows users to override with a specific node entrypoint via the JSII_NODE environment variable.

issue: #3889

---

By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
  • Loading branch information
dastbe committed Feb 16, 2023
1 parent 15a7ca9 commit 357562a
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 21 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -1523,6 +1523,15 @@
"bug"
]
},
{
"login": "dastbe",
"name": "David Bell",
"avatar_url": "https://avatars.githubusercontent.com/u/634735?v=4",
"profile": "https://github.com/dastbe",
"contributions": [
"code"
]
},
{
"login": "Ragnoroct",
"name": "Will Bender",
Expand Down
Loading

0 comments on commit 357562a

Please sign in to comment.