| 8 | const __dirname = Helper.__dirname(import.meta) |
| 9 | const pluginFolder = Helper.__dirname(join(__dirname, '../plugins/index')) |
| 10 | const pluginFilter = filename => /\.(mc)?js$/.test(filename) |
| 11 | |
| 12 | // inspired from https://github.com/Nurutomo/mahbod/blob/main/src/util/PluginManager.ts |
| 13 |