fix(logger): annotate singleton logger export comment for build verification

This commit is contained in:
2026-03-05 13:29:06 +00:00
parent 87ec55619a
commit d19f22255d
4 changed files with 10 additions and 3 deletions

View File

@@ -94,5 +94,5 @@ class StandardLogger {
}
}
// Export a singleton instance
// Export a singleton instance (build verification)
export const logger = new StandardLogger();