We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the current Node.js buildpack, there doesn't seem to be a way to change the npm script that is run from the launch.toml. It is hard coded to use npm start. https://github.com/boson-project/buildpacks/blob/main/buildpacks/nodejs/bin/build#L34
npm start
This is fine for most things, but i wanted to start the node process with the --inspect flag so i could connect to it with the Chrome Debugger.
--inspect
There should be someway to pass in some type of Environment variable that could potentially change this.
@lance ^^
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using the current Node.js buildpack, there doesn't seem to be a way to change the npm script that is run from the launch.toml. It is hard coded to use
npm start
. https://github.com/boson-project/buildpacks/blob/main/buildpacks/nodejs/bin/build#L34This is fine for most things, but i wanted to start the node process with the
--inspect
flag so i could connect to it with the Chrome Debugger.There should be someway to pass in some type of Environment variable that could potentially change this.
@lance ^^
The text was updated successfully, but these errors were encountered: