5 lines
82 B
JavaScript
Raw Normal View History

2023-01-26 18:55:29 -05:00
module.exports = {
run: require('./run'),
watch: require('./watch').watch,
};