Initial
This commit is contained in:
7
resources/app/node_modules/winston-transport/index.js
generated
vendored
Normal file
7
resources/app/node_modules/winston-transport/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
// Expose modern transport directly as the export
|
||||
module.exports = require('./modern');
|
||||
|
||||
// Expose legacy stream
|
||||
module.exports.LegacyTransportStream = require('./legacy');
|
||||
Reference in New Issue
Block a user