Skip to content

Commit

Permalink
(feat) Add community pharmacy app to our distro (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldkibet authored Oct 16, 2024
1 parent 3a396dc commit 11f4647
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions frontend-config/dev/build-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -46,4 +47,4 @@
"${openmrsSpaBase}/openmrs.config.json"
],
"importmap": "/openmrs/spa/importmap.json"
}
}
3 changes: 2 additions & 1 deletion frontend-config/prod/build-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion frontend-config/staging/build-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 11f4647

Please sign in to comment.