Files
2026-05-03 16:55:22 +05:30

5 lines
82 B
JavaScript

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