fix(logger): remove build verification comment from logger export

This commit is contained in:
2026-03-05 14:13:58 +00:00
parent 2d33c037ba
commit 0f41b0d8c7
4 changed files with 9 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/dcrouter',
version: '11.0.24',
version: '11.0.25',
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
}

View File

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