@ossjs/release
Version:
Minimalistic, opinionated, and predictable release automation tool.
18 lines • 523 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.log = void 0;
const pino_1 = __importDefault(require("pino"));
exports.log = (0, pino_1.default)({
base: null,
transport: {
target: 'pino-pretty',
options: {
colorize: true,
timestampKey: false,
},
},
});
//# sourceMappingURL=logger.js.map