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