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