From 11f4647a768e2850be7c30f2f56ef49d0cf97cbe Mon Sep 17 00:00:00 2001 From: Donald Kibet Date: Wed, 16 Oct 2024 22:28:32 +0300 Subject: [PATCH] (feat) Add community pharmacy app to our distro (#842) --- frontend-config/dev/build-config.json | 5 +++-- frontend-config/prod/build-config.json | 3 ++- frontend-config/staging/build-config.json | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/frontend-config/dev/build-config.json b/frontend-config/dev/build-config.json index 6a9dd9de..15db055a 100644 --- a/frontend-config/dev/build-config.json +++ b/frontend-config/dev/build-config.json @@ -37,7 +37,8 @@ "@kenyaemr/esm-procedure-app": "next", "@kenyaemr/esm-shr-app": "next", "@kenyaemr/esm-providers-app": "next", - "@kenyaemr/esm-lab-manifest-app": "next" + "@kenyaemr/esm-lab-manifest-app": "next", + "@kenyaemr/esm-pharmacy-app": "next" }, "spaPath": "/openmrs/spa", "apiUrl": "/openmrs", @@ -46,4 +47,4 @@ "${openmrsSpaBase}/openmrs.config.json" ], "importmap": "/openmrs/spa/importmap.json" -} +} \ No newline at end of file diff --git a/frontend-config/prod/build-config.json b/frontend-config/prod/build-config.json index 730c0758..799c7e1d 100644 --- a/frontend-config/prod/build-config.json +++ b/frontend-config/prod/build-config.json @@ -35,7 +35,8 @@ "@kenyaemr/esm-patient-clinical-view-app": "5.2.1-pre.692", "@kenyaemr/esm-bed-management-app": "1.0.1-pre.21", "@kenyaemr/esm-procedure-app": "3.0.1-pre.126", - "@kenyaemr/esm-shr-app": "5.2.1-pre.692" + "@kenyaemr/esm-shr-app": "5.2.1-pre.692", + "@kenyaemr/esm-pharmacy-app": "5.3.5" }, "spaPath": "/openmrs/spa", "apiUrl": "/openmrs", diff --git a/frontend-config/staging/build-config.json b/frontend-config/staging/build-config.json index 6187008c..e293acc8 100644 --- a/frontend-config/staging/build-config.json +++ b/frontend-config/staging/build-config.json @@ -37,7 +37,8 @@ "@kenyaemr/esm-procedure-app": "3.1.1-pre.152", "@kenyaemr/esm-shr-app": "5.3.5-pre.1072", "@kenyaemr/esm-providers-app": "5.3.5-pre.1072", - "@kenyaemr/esm-lab-manifest-app":"5.3.5-pre.1072" + "@kenyaemr/esm-lab-manifest-app":"5.3.5-pre.1072", + "@kenyaemr/esm-pharmacy-app": "5.3.5" }, "spaPath": "/openmrs/spa", "apiUrl": "/openmrs",