Export Logger type

So plugins can pass the logger around.
This commit is contained in:
Asher 2021-01-28 14:11:53 -06:00
parent 5505959f7e
commit 150513fbc4
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ export { express }
*
* Re-exported so plugins don't have to import duplicate copies of the logger.
*/
export { field, Level }
export { field, Level, Logger }
export const proxy: ProxyServer