mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00: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"))))
|
|
} |