git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: 45ca9c19d8bf4ca58b166e0097d56a1d840cef49

Files: 45ca9c19d8bf4ca58b166e0097d56a1d840cef49 / index.js

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

Built with git-ssb-web