chore(backend): Export Logger class
This commit is contained in:
parent
c2e3886f3f
commit
c37d4d8e04
9 changed files with 21 additions and 21 deletions
|
@ -1,6 +1,5 @@
|
|||
import axios, { AxiosRequestConfig } from 'axios';
|
||||
import { getLogger } from '../logging/initalize.js';
|
||||
import { Logger } from 'winston';
|
||||
import { getLogger, Logger } from '../logging/initalize.js';
|
||||
|
||||
const logger: Logger = getLogger();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue