git ssb

16+

Dominic / patchbay



Tree: b23f67f260d567b52d7c7f1a71ee4acf9f27a716

Files: b23f67f260d567b52d7c7f1a71ee4acf9f27a716 / index.js

129 bytesRaw
1const bulk = require('bulk-require')
2
3module.exports = {
4 patchbay: bulk(__dirname, [
5 '!(node_modules|junk)/**/*.js'
6 ])
7}
8

Built with git-ssb-web