import boot from './boot.mjs' import cli from './cli.mjs' import consoleStamp from './console-stamp.mjs' export default { boot, cli, consoleStamp, }