lerna
Version:
Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository
14 lines (12 loc) • 299 B
JavaScript
// libs/commands/info/src/command.ts
var command = {
command: "info",
describe: "Prints debugging information about the local environment",
async handler(argv) {
return (await import("./src-AGUJXB2V.js")).factory(argv);
}
};
var command_default = command;
export {
command_default
};