fix: add metric with serverion version on startup

This commit is contained in:
Nikhil Sonti
2026-01-05 12:51:02 -08:00
parent 192bf2b0a1
commit bd311ba085

View File

@@ -83,6 +83,8 @@ export class Application {
)
this.logStartupSummary()
metrics.log('server.started', { version: VERSION })
}
stop(): void {