diff --git a/stacks/nodejs/devfile.yaml b/stacks/nodejs/devfile.yaml index 85973c35c..651232483 100644 --- a/stacks/nodejs/devfile.yaml +++ b/stacks/nodejs/devfile.yaml @@ -1,7 +1,7 @@ schemaVersion: 2.1.0 metadata: name: nodejs - version: 2.1.0 + version: 2.1.1 displayName: Node.js Runtime description: Stack with Node.js 16 icon: https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg @@ -23,6 +23,9 @@ components: args: ['tail', '-f', '/dev/null'] memoryLimit: 1024Mi mountSources: true + env: + - name: DEBUG_PORT + value: '5858' endpoints: - name: http-node targetPort: 3000