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