mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 11:26:16 -04:00
设置中文显示和NPM源在代码中修改
This commit is contained in:
parent
8463ce5ec0
commit
5362f9eed5
4 changed files with 34 additions and 2 deletions
|
@ -18,6 +18,7 @@ export class LinkInstaller {
|
|||
|
||||
constructor() {
|
||||
this.livePluginManager = new PluginManager({
|
||||
npmRegistryUrl: 'https://registry.npmmirror.com/',
|
||||
pluginsPath: pluginInstallPath,
|
||||
hostRequire: undefined,
|
||||
cwd: path.join(settings.root, 'src')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue