UNPKG

common-core-pkg

Version:

Common package for all the utils

9 lines 321 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.appConfig = void 0; const nest_winston_1 = require("nest-winston"); const _1 = require("."); exports.appConfig = { logger: nest_winston_1.WinstonModule.createLogger(_1.winstonLoggerOptions), }; //# sourceMappingURL=app.config.js.map