UNPKG

pobpack-node

Version:
15 lines (12 loc) 295 B
'use strict'; var _index = require('./index'); const cmd = process.argv[2]; if (cmd === 'build') { (0, _index.build)(); } else if (cmd === 'start' || !cmd) { (0, _index.watchAndRun)(); } else { console.log(`Invalid command: ${cmd}`); process.exit(1); } //# sourceMappingURL=cli.js.map