Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(go): add JSII_NODE to override node entrypoint #3890

Merged
merged 6 commits into from
Feb 16, 2023
Merged

Commits on Dec 23, 2022

  1. feat(go): add JSII_NODE to override node entrypoint

    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.
    dastbe committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    8da8043 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    e3163bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f38f0ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e4d384 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a63baf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2c20f2 View commit details
    Browse the repository at this point in the history