git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: f84a9667fa03b5fc5f43b038c6e7616276a5907a

Files: f84a9667fa03b5fc5f43b038c6e7616276a5907a / index.js

220 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|router)/**/*.js'
7 ])
8}
9

Built with git-ssb-web