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