Add comment for get plugin path

This commit is contained in:
Convly 2022-06-07 18:51:32 +02:00
parent da3c2b2246
commit 986e87e2e9

View File

@ -4,6 +4,7 @@ const { join, resolve } = require('path');
const fs = require('fs-extra');
const glob = require('glob');
// Only for dev environement
const getPluginsPath = () => {
const rootPath = resolve(__dirname, '..', join('..', '..', '..', 'packages'));
const corePath = join(rootPath, 'core', '*');