Skip to content

Commit

Permalink
Mark clientregistry as an optionalBackendDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Nov 16, 2024
1 parent 81ac119 commit 9d618a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/esm-patient-registration-app/src/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"backendDependencies": {
"webservices.rest": "^2.24.0"
},
"optionalBackendDependencies": {
"clientregistry": "^1.1.8"
},
"pages": [
{
"component": "root",
Expand Down
5 changes: 4 additions & 1 deletion packages/esm-patient-search-app/src/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"backendDependencies": {
"webservices.rest": "^2.2.0"
},
"optionalBackendDependencies": {
"clientregistry": "^1.1.8"
},
"pages": [
{
"component": "root",
Expand Down Expand Up @@ -41,6 +44,6 @@
"flagName": "mpiFlag",
"label": "MPI Service",
"description": "Enables the Master Patient Index workflows."
}
}
]
}

0 comments on commit 9d618a6

Please sign in to comment.