Files: 34c15f1724e91ad281c7fe91b530cc919c9289e0 / server.js
131 bytesRaw
1 | |
2 | require('ssb-client')(function (err, sbot, config) { |
3 | if (err) throw err |
4 | require('.').init(sbot, config) |
5 | }) |
6 |
Built with git-ssb-web
1 | |
2 | require('ssb-client')(function (err, sbot, config) { |
3 | if (err) throw err |
4 | require('.').init(sbot, config) |
5 | }) |
6 |
Built with git-ssb-web