thaldrin/src/utils/logger.ts

12 lines
135 B
TypeScript
Raw Normal View History

2021-04-04 20:22:19 +00:00
import Winston from "winston";
import config from "../../config";
const Logger = Winston.createLogger({
})
export default Logger