mirror of https://codeberg.org/pzp/pzp-hub.git
apply prettier
This commit is contained in:
parent
847c2cca1f
commit
a03950ac30
|
@ -18,10 +18,12 @@ module.exports = function startPeer() {
|
|||
},
|
||||
connections: {
|
||||
incoming: {
|
||||
net: [{scope: 'public', transform: 'shse', port: 8008, host: '0.0.0.0'}],
|
||||
net: [
|
||||
{ scope: 'public', transform: 'shse', port: 8008, host: '0.0.0.0' },
|
||||
],
|
||||
},
|
||||
outgoing: {
|
||||
net: [{transform: 'shse'}],
|
||||
net: [{ transform: 'shse' }],
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue