fix(logger): annotate singleton logger export comment for build verification
This commit is contained in:
@@ -94,5 +94,5 @@ class StandardLogger {
|
||||
}
|
||||
}
|
||||
|
||||
// Export a singleton instance
|
||||
// Export a singleton instance (build verification)
|
||||
export const logger = new StandardLogger();
|
||||
|
||||
Reference in New Issue
Block a user