2025-04-28 12:25:20 +08:00

5 lines
82 B
JavaScript

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