git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: 1a60fe5ccf3b5627afee9860687652a1478e4f3a

Files: 1a60fe5ccf3b5627afee9860687652a1478e4f3a / index.js

213 bytesRaw
1const bulk = require('bulk-require')
2
3module.exports = {
4 patchcore: bulk(__dirname, [
5 './+(config|emoji|invite|keys|sbot).js',
6 './+(about|backlinks|blob|channel|contact|feed|lib|message)/**/*.js'
7 ])
8}
9

Built with git-ssb-web