@netlify/content-engine
Version:
13 lines • 635 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.reporter = void 0;
const start_logger_1 = require("./start-logger");
const patch_console_1 = require("./patch-console");
const catch_exit_signals_1 = require("./catch-exit-signals");
const reporter_1 = require("./reporter");
Object.defineProperty(exports, "reporter", { enumerable: true, get: function () { return reporter_1.reporter; } });
(0, catch_exit_signals_1.catchExitSignals)();
(0, start_logger_1.startLogger)();
(0, patch_console_1.patchConsole)(reporter_1.reporter);
exports.default = reporter_1.reporter;
//# sourceMappingURL=index.js.map
;