1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Plugin support improvements.

This commit is contained in:
Ylian Saint-Hilaire 2019-11-25 18:06:41 -08:00
parent 92df2b5ea7
commit 3db0e5f1a3
6 changed files with 48 additions and 275 deletions

View file

@ -15,6 +15,13 @@
"use strict";
require('promise');
/*
Existing plugins:
https://raw.githubusercontent.com/ryanblenis/MeshCentral-Sample/master/config.json
https://raw.githubusercontent.com/ryanblenis/MeshCentral-DevTools/master/config.json
*/
module.exports.pluginHandler = function (parent) {
var obj = {};