Files: 8c420a8d3bd2ae01b8ecb8409e951c5fde1e0f8d / bin.js
132 bytesRaw
1 | |
2 | |
3 | require('ssb-client')(function (err, sbot, config) { |
4 | if (err) throw err |
5 | require('.').init(sbot, config) |
6 | }) |
7 |
Built with git-ssb-web
1 | |
2 | |
3 | require('ssb-client')(function (err, sbot, config) { |
4 | if (err) throw err |
5 | require('.').init(sbot, config) |
6 | }) |
7 |
Built with git-ssb-web