Skip to content

Commit

Permalink
Update spa-build-config.json (#1830)
Browse files Browse the repository at this point in the history
- use @ohri/esm-patient-chart-app 
- added @ohri/openmrs-esm-ohri-opd-app
  • Loading branch information
alaboso authored Apr 8, 2024
1 parent 97f8931 commit 9e92a27
Showing 1 changed file with 28 additions and 29 deletions.
57 changes: 28 additions & 29 deletions frontend/spa-build-config.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,47 @@
{
"frontendModules": {
"@ohri/openmrs-esm-ohri-core-app": "next",
"@ohri/openmrs-esm-ohri-form-render-app": "next",
"@ohri/openmrs-esm-ohri-hiv-app": "next",
"@ohri/openmrs-esm-ohri-covid-app": "next",
"@ohri/openmrs-esm-ohri-pmtct": "next",
"@ohri/openmrs-esm-ohri-tb-app": "next",
"@ohri/openmrs-esm-ohri-cervical-cancer-app": "next",
"@openmrs/esm-appointments-app": "next",
"@openmrs/esm-dispensing-app": "next",
"@openmrs/esm-form-builder-app": "next",
"@openmrs/esm-home-app": "next",
"@openmrs/esm-devtools-app": "next",
"@openmrs/esm-implementer-tools-app": "next",
"@openmrs/esm-login-app": "next",
"@openmrs/esm-outpatient-app": "next",
"@openmrs/esm-primary-navigation-app": "next",
"@openmrs/esm-home-app": "next",
"@openmrs/esm-form-engine-app": "next",
"@openmrs/esm-generic-patient-widgets-app": "next",
"@openmrs/esm-patient-allergies-app": "next",
"@openmrs/esm-patient-appointments-app": "next",
"@openmrs/esm-patient-attachments-app": "next",
"@openmrs/esm-patient-banner-app": "next",
"@openmrs/esm-patient-chart-app": "next",
"@ohri/esm-patient-chart-app": "next",
"@openmrs/esm-patient-conditions-app": "next",
"@openmrs/esm-patient-forms-app": "next",
"@openmrs/esm-patient-immunizations-app": "next",
"@openmrs/esm-patient-list-app": "next",
"@openmrs/esm-patient-flags-app": "next",
"@openmrs/esm-patient-labs-app": "next",
"@openmrs/esm-patient-lists-app": "next",
"@openmrs/esm-patient-medications-app": "next",
"@openmrs/esm-patient-notes-app": "next",
"@openmrs/esm-patient-orders-app": "next",
"@openmrs/esm-patient-programs-app": "next",
"@openmrs/esm-patient-search-app": "next",
"@openmrs/esm-patient-test-results-app": "next",
"@openmrs/esm-patient-vitals-app": "next",
"@openmrs/esm-primary-navigation-app": "next",
"@openmrs/esm-active-visits-app": "next",
"@openmrs/esm-appointments-app": "next",
"@openmrs/esm-service-queues-app": "next",
"@openmrs/esm-patient-list-management-app": "next",
"@openmrs/esm-patient-registration-app": "next",
"@openmrs/esm-devtools-app": "next",
"@openmrs/esm-patient-search-app": "next",
"@openmrs/esm-openconceptlab-app": "next",
"@openmrs/esm-generic-patient-widgets-app": "next",
"@openmrs/esm-patient-lists-app": "next",
"@openmrs/esm-cohort-builder-app": "next",
"@openmrs/esm-patient-list-management-app": "next",
"@openmrs/esm-service-queues-app": "next",
"@openmrs/esm-form-entry-app": "next",
"@openmrs/esm-patient-labs-app": "next",
"@openmrs/esm-system-admin-app": "next",
"@openmrs/esm-dispensing-app": "next",
"@openmrs/esm-fast-data-entry-app": "next",
"@openmrs/esm-patient-orders-app": "next",
"@openmrs/esm-system-admin-app": "next"
"@openmrs/esm-cohort-builder-app": "next",
"@ohri/openmrs-esm-ohri-core-app": "next",
"@ohri/openmrs-esm-ohri-hiv-app": "next",
"@ohri/openmrs-esm-ohri-covid-app": "next",
"@ohri/openmrs-esm-ohri-pmtct": "next",
"@ohri/openmrs-esm-ohri-tb-app": "next",
"@ohri/openmrs-esm-ohri-cervical-cancer-app": "next",
"@ohri/openmrs-esm-ohri-form-render-app": "next",
"@openmrs/esm-stock-management-app": "next",
"@openmrs/esm-billing-app": "next",
"@ohri/openmrs-esm-ohri-opd-app": "next"
},
"spaPath": "$SPA_PATH",
"apiUrl": "$API_URL",
Expand Down

0 comments on commit 9e92a27

Please sign in to comment.