From d1797ca412240bc35d0daa3925c4393f9dc5d869 Mon Sep 17 00:00:00 2001 From: kajambiya Date: Thu, 26 Oct 2023 15:48:05 +0300 Subject: [PATCH] update import map --- frontend/spa-build-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/spa-build-config.json b/frontend/spa-build-config.json index 802a65b7b..f6c1f165c 100644 --- a/frontend/spa-build-config.json +++ b/frontend/spa-build-config.json @@ -32,7 +32,8 @@ "@openmrs/esm-primary-navigation-app": "next", "@openmrs/esm-patient-registration-app": "next", "@openmrs/esm-devtools-app": "next", - "@openmrs/esm-system-admin-app":"next" + "@openmrs/esm-system-admin-app":"next", + "@openmrs/esm-patient-orders-app": "next" }, "spaPath": "$SPA_PATH", "apiUrl": "$API_URL",