mirror of
https://github.com/coder/code-server.git
synced 2026-04-12 18:28:17 -05:00
Export Logger type
So plugins can pass the logger around.
This commit is contained in:
2
typings/pluginapi.d.ts
vendored
2
typings/pluginapi.d.ts
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user