init
This commit is contained in:
8
mc_test/node_modules/winston-transport/dist/index.js
generated
vendored
Executable file
8
mc_test/node_modules/winston-transport/dist/index.js
generated
vendored
Executable file
@ -0,0 +1,8 @@
|
||||
'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