const dev = require('./commands/dev'); const build = require('./commands/build'); module.exports = { dev, build };