mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
4 lines
153 B
JavaScript
4 lines
153 B
JavaScript
|
|
||
|
module.exports = function(RED) {
|
||
|
RED.nodes.registerSubflow(JSON.parse(require('fs').readFileSync(require("path").join(__dirname,"subflow.json"))))
|
||
|
}
|