Files
2019-11-19 18:54:40 +01:00

5 lines
82 B
JavaScript

module.exports = {
run: require('./run'),
watch: require('./watch').watch,
};