From b406f17e11295dde78a19e536caade20f86846c0 Mon Sep 17 00:00:00 2001 From: CynthiaKamau Date: Mon, 14 Oct 2024 08:58:21 +0300 Subject: [PATCH] Add clinical views builder app to dev staging --- frontend/spa-assemble-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/spa-assemble-config.json b/frontend/spa-assemble-config.json index 5ff3ed93c..5142bca50 100644 --- a/frontend/spa-assemble-config.json +++ b/frontend/spa-assemble-config.json @@ -43,7 +43,8 @@ "@openmrs/esm-billing-app": "next", "@ohri/openmrs-esm-ohri-opd-app": "next", "@openmrs/esm-form-builder-app": "next", - "@openmrs/esm-laboratory-app": "next" + "@openmrs/esm-laboratory-app": "next", + "@openmrs/esm-clinical-views-builder": "next" }, "excludedFrontendModules": [] }