mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Merge branch 'dev' into function-modules
This commit is contained in:
@@ -21,6 +21,7 @@ var flows = require("./flows");
|
||||
var storage = require("./storage");
|
||||
var library = require("./library");
|
||||
var hooks = require("./hooks");
|
||||
var plugins = require("./plugins");
|
||||
var settings = require("./settings");
|
||||
|
||||
var express = require("express");
|
||||
@@ -281,6 +282,7 @@ var runtime = {
|
||||
storage: storage,
|
||||
hooks: hooks,
|
||||
nodes: redNodes,
|
||||
plugins: plugins,
|
||||
flows: flows,
|
||||
library: library,
|
||||
exec: exec,
|
||||
@@ -342,6 +344,12 @@ module.exports = {
|
||||
*/
|
||||
context: externalAPI.context,
|
||||
|
||||
/**
|
||||
* @memberof @node-red/runtime
|
||||
* @mixes @node-red/runtime_plugins
|
||||
*/
|
||||
plugins: externalAPI.plugins,
|
||||
|
||||
/**
|
||||
* Returns whether the runtime is started
|
||||
* @param {Object} opts
|
||||
|
Reference in New Issue
Block a user