git ssb

16+

cel / patchfoo



Tree: 0bd830cf4ebf9cf3e4df1f2dba4b851b9361fc14

Files: 0bd830cf4ebf9cf3e4df1f2dba4b851b9361fc14 / server.js

131 bytesRaw
1#!/usr/bin/env node
2require('ssb-client')(function (err, sbot, config) {
3 if (err) throw err
4 require('.').init(sbot, config)
5})
6

Built with git-ssb-web