@o3r/schematics
Version:
Schematics module of the Otter framework
6 lines • 327 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const index_1 = require("../src/utility/index");
// eslint-disable-next-line no-console -- this is the purpose of this CLI
console.info(`Environment information: ${(0, index_1.getEnvironmentInfoStringify)()}`);
//# sourceMappingURL=environment.js.map
;