From 271bc39b0eca1349f3e2f44bfa661f5041bf9d24 Mon Sep 17 00:00:00 2001 From: Donald Kibet Date: Tue, 28 Nov 2023 16:19:54 +0300 Subject: [PATCH] Update dev-build-config.json (#276) --- configuration/dev-build-config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configuration/dev-build-config.json b/configuration/dev-build-config.json index f23619b3..3cbcedc2 100644 --- a/configuration/dev-build-config.json +++ b/configuration/dev-build-config.json @@ -30,7 +30,8 @@ "@openmrs/esm-patient-orders-app": "next", "@openmrs/esm-patient-attachments-app": "next", "@openmrs/esm-patient-medications-app": "next", - "@openmrs/esm-dispensing-app": "next" + "@openmrs/esm-dispensing-app": "next", + "@kenyaemr/esm-billing-app":"next" }, "spaPath": "/openmrs/spa", "apiUrl": "/openmrs", @@ -38,4 +39,4 @@ "${openmrsSpaBase}/config.json" ], "importmap": "/openmrs/spa/importmap.json" -} \ No newline at end of file +}