git ssb

0+

mixmix / scuttle-gathering



Tree: 9e830272505d9e2ac2dae4bf6e6b34e6e05ab905

Files: 9e830272505d9e2ac2dae4bf6e6b34e6e05ab905 / lib / testbot.js

147 bytesRaw
1const Server = require('scuttle-testbot')
2
3module.exports = function (opts) {
4 return Server
5 .use(require('ssb-backlinks'))
6 .call(opts)
7}
8

Built with git-ssb-web