We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929d398 commit 0359de9Copy full SHA for 0359de9
package.json
@@ -8,7 +8,7 @@
8
"type": "git",
9
"url": "https://github.com/node-red/node-red-docker.git"
10
},
11
- "main": "node_modules/node-red/red/red.js",
+ "private": true,
12
"scripts": {
13
"start": "node $NODE_OPTIONS node_modules/node-red/red.js $FLOWS",
14
"debug": "node --inspect=0.0.0.0:9229 $NODE_OPTIONS node_modules/node-red/red.js $FLOWS",
0 commit comments