Enable customizable npm registry

This commit is contained in:
nolash
2021-10-22 16:44:59 +02:00
parent dd79fa7bd6
commit 15cb3478fb
3 changed files with 8 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ function handleServerMergePost(data, db, digest, keystore, signer) {
} else {
e = Envelope.fromJSON(v);
s = e.unwrap();
console.debug('s', s, o)
s.replace(o, 'server merge');
e.set(s);
s.onwrap = (e) => {