Add diagnostics endpoint

fixes #3430
This commit is contained in:
Steve-Mcl
2022-03-24 16:00:45 +00:00
parent cb88409102
commit 3388f699a0
6 changed files with 164 additions and 2 deletions

View File

@@ -395,7 +395,12 @@ module.exports = {
* @memberof @node-red/runtime
*/
version: externalAPI.version,
/**
* @memberof @node-red/diagnostics
*/
diagnostics:externalAPI.diagnostics,
storage: storage,
events: events,
hooks: hooks,