Files
Remote-Control-Center/mc_test/node_modules/winston-daily-rotate-file/index.js
2025-11-25 09:56:15 +03:00

6 lines
181 B
JavaScript
Executable File

const winston = require("winston");
const DailyRotateFile = require("./daily-rotate-file");
winston.transports.DailyRotateFile = DailyRotateFile;
module.exports = DailyRotateFile;