add plugin loader

This commit is contained in:
2023-08-13 15:07:41 +02:00
parent 029181329a
commit 1beba0131a
11 changed files with 90 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
/*
* libreevent - pollRoutes.js
*
* Created by Janis Hutz 08/13/2023, Licensed under the GPL V3 License
* https://janishutz.com, development@janishutz.com
*
*
*/
module.exports = ( app, settings ) => {
};