2022-10-27 03:45:07 +00:00

5 lines
82 B
JavaScript

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