From d7721758a5540baedfb8cdf3bdb3faa718dd84c8 Mon Sep 17 00:00:00 2001 From: COOL Date: Fri, 20 Jun 2025 11:51:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20onServerReadyOnce=20?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6=EF=BC=8CCluster=E6=A8=A1=E5=BC=8F=E4=B8=8B?= =?UTF-8?q?=E4=B9=9F=E5=8F=AA=E8=A7=A6=E5=8F=91=E4=B8=80=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/package.json | 2 +- core/src/configuration.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/package.json b/core/package.json index c03c0fa..efaf086 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@cool-midway/core", - "version": "8.0.6", + "version": "8.0.7", "description": "cool-admin midway core", "main": "dist/index.js", "typings": "index.d.ts", diff --git a/core/src/configuration.ts b/core/src/configuration.ts index 8336051..8cf356f 100644 --- a/core/src/configuration.ts +++ b/core/src/configuration.ts @@ -87,6 +87,7 @@ export class CoolConfiguration implements ILifeCycle { // 实体与路径 const eps: CoolEps = await container.getAsync(CoolEps); eps.init(); + await this.eventInit(); } /**