git ssb

0+

mixmix / scuttle-gathering



Tree: fa119a00e0a13307d66a09f8c482ae107ba31bdb

Files: fa119a00e0a13307d66a09f8c482ae107ba31bdb / 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