mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 19:46:40 +00:00
4 lines
82 B
JavaScript
4 lines
82 B
JavaScript
module.exports = {
|
|
run: require('./run'),
|
|
watch: require('./watch').watch,
|
|
};
|