feat(xo-server): load plugins from mono-repo
Contrary to 3e3ce543a8
, which was reverted,
this implentation properly handle duplicates.
This commit is contained in:
parent
cd753acff7
commit
fa748ed9de
@ -155,7 +155,7 @@ level = 'info'
|
||||
[logs.transport.console]
|
||||
|
||||
[plugins]
|
||||
lookupPaths = ['./node_modules', '/usr/local/lib/node_modules']
|
||||
lookupPaths = ['./node_modules', '../', '/usr/local/lib/node_modules']
|
||||
|
||||
[remoteOptions]
|
||||
mountsDir = '/run/xo-server/mounts'
|
||||
|
Loading…
Reference in New Issue
Block a user