Initial
This commit is contained in:
5
resources/app/node_modules/winston-daily-rotate-file/index.js
generated
vendored
Normal file
5
resources/app/node_modules/winston-daily-rotate-file/index.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
const winston = require("winston");
|
||||
const DailyRotateFile = require("./daily-rotate-file");
|
||||
|
||||
winston.transports.DailyRotateFile = DailyRotateFile;
|
||||
module.exports = DailyRotateFile;
|
||||
Reference in New Issue
Block a user