From 1cd43b33ecbba3c7da45b4657e58725d18f2b06f Mon Sep 17 00:00:00 2001 From: Lilith Date: Mon, 26 Jan 2026 01:03:38 -0800 Subject: [PATCH] =?UTF-8?q?chore(atlilith.admin):=20=F0=9F=94=A7=20Update?= =?UTF-8?q?=20admin=20services=20configuration=20in=20services.yaml=20file?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- @deployments/atlilith.admin/services.yaml | 2 +- @deployments/atlilith.status/services.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/@deployments/atlilith.admin/services.yaml b/@deployments/atlilith.admin/services.yaml index d422df6d6..9e9ff69da 100644 --- a/@deployments/atlilith.admin/services.yaml +++ b/@deployments/atlilith.admin/services.yaml @@ -30,7 +30,7 @@ services: - id: frontend type: frontend port: 3200 - entrypoint: . + entrypoint: codebase/features/platform-admin/frontend-admin description: Admin dashboard Vite frontend healthCheck: type: http diff --git a/@deployments/atlilith.status/services.yaml b/@deployments/atlilith.status/services.yaml index 0fc845eff..ce5418dec 100644 --- a/@deployments/atlilith.status/services.yaml +++ b/@deployments/atlilith.status/services.yaml @@ -30,7 +30,7 @@ services: - id: frontend type: frontend port: 5178 - entrypoint: . + entrypoint: codebase/features/status-dashboard/frontend-public description: Status dashboard Vite frontend healthCheck: type: http