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:
parent
92df2b5ea7
commit
3db0e5f1a3
6 changed files with 48 additions and 275 deletions
|
@ -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 = {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue