mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 22:57:11 -04:00
Ported installer to correct install path.
This commit is contained in:
parent
78d832ab4b
commit
da6a6def65
5 changed files with 11 additions and 7 deletions
|
@ -19,7 +19,11 @@ import {PluginManager} from 'live-plugin-manager-pnpm';
|
|||
const {findEtherpadRoot} = require('../../../node/utils/AbsolutePaths');
|
||||
const logger = log4js.getLogger('plugins');
|
||||
|
||||
export const manager = new PluginManager();
|
||||
export const pluginInstallPath = path.join(settings.root, 'src','plugin_packages');
|
||||
|
||||
export const manager = new PluginManager({
|
||||
pluginsPath: pluginInstallPath
|
||||
});
|
||||
|
||||
export const installedPluginsPath = path.join(settings.root, 'var/installed_plugins.json');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue