2025-12-11 22:00:27 +05:30

5 lines
82 B
JavaScript

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