Removed the configs array from the cli package, as it now is handled by the eslegant package. Exported the Cli class so it can be run by other packages BREAKING CHANGE
2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
export { default as default } from './src/cli.js';
|