Files
2026-05-17 03:27:30 +09:00

5 lines
82 B
JavaScript

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