appsody / stacks

Appsody application stacks. This repo will be archived soon.
https://appsody.dev
Apache License 2.0
89 stars 121 forks source link

nodejs: define APPSODY_DEBUG_PORT #817

Closed Kamran64 closed 4 years ago

Kamran64 commented 4 years ago

Checklist:

Modifying an existing stack:

Defines the APPSODY_DEBUG_PORT environment variable in the stack. This information will be used by other projects such as Codewind.

sam-github commented 4 years ago

Sure, but note that there is no way to enable the debug port in a generic nodejs app (generic meaning, started with npm start).