Skip to content

Commit

Permalink
Merge branch 'develop' into MAT-6310
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotanchik-SB authored Nov 13, 2023
2 parents e5616ab + 2b5af55 commit d0d5740
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 62 deletions.
1 change: 0 additions & 1 deletion local-dev-env/hosted-importmap.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"@madie/madie-layout": "//localhost:8500/madie-madie-layout.js",
"@madie/madie-editor": "//localhost:8501/madie-madie-editor.js",
"@madie/madie-auth": "//localhost:8502/madie-madie-auth.js",
"@madie/madie-public": "//localhost:8503/madie-madie-public.js",
"@madie/madie-components": "//localhost:8504/madie-madie-components.js",
"@madie/madie-measure": "//localhost:8505/madie-madie-measure.js",
"@madie/madie-patient": "//localhost:8507/madie-madie-patient.js",
Expand Down
1 change: 0 additions & 1 deletion local-dev-env/importmap.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"@madie/madie-layout": "//localhost:8500/madie-madie-layout.js",
"@madie/madie-editor": "//localhost:8501/madie-madie-editor.js",
"@madie/madie-auth": "//localhost:8502/madie-madie-auth.js",
"@madie/madie-public": "//localhost:8503/madie-madie-public.js",
"@madie/madie-components": "//localhost:8504/madie-madie-components.js",
"@madie/madie-measure": "//localhost:8505/madie-madie-measure.js",
"@madie/madie-patient": "//localhost:8506/madie-madie-patient.js",
Expand Down
4 changes: 3 additions & 1 deletion local-dev-env/serviceConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"qdmVersioning": false,
"qiCoreElementsTab": false,
"highlightingTabs": false,
"exportQiCoreBundleType": false
"exportQiCoreBundleType": false,
"disableRunTestCaseWithObservStrat": true,
"qdmHideJson": true
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
<div id="application-registry" style="display:none;">
<div id="madie-editor"></div>
<div id="madie-auth"></div>
<div id="madie-public"></div>
<div id="madie-components"></div>
<div id="madie-patient"></div>
<div id="madie-cql-library"></div>
Expand Down
2 changes: 0 additions & 2 deletions src/madie-root-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { ApplicationProps } from "./ApplicationConfig";
import layoutConfig from "./layout-config";
import editorConfig from "./editor-config";
import authConfig from "./auth-config";
import publicConfig from "./public-config";
import componentsConfig from "./components-config";
import measureConfig from "./measure-config";
import patientConfig from "./patient-config";
Expand All @@ -12,7 +11,6 @@ import cqllibraryConfig from "./cql-library-config";
registerApplication<ApplicationProps>(layoutConfig);
registerApplication<ApplicationProps>(editorConfig);
registerApplication<ApplicationProps>(authConfig);
registerApplication<ApplicationProps>(publicConfig);
registerApplication<ApplicationProps>(componentsConfig);
registerApplication<ApplicationProps>(measureConfig);
registerApplication<ApplicationProps>(patientConfig);
Expand Down
35 changes: 0 additions & 35 deletions src/public-config.test.ts

This file was deleted.

13 changes: 0 additions & 13 deletions src/public-config.ts

This file was deleted.

7 changes: 0 additions & 7 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ module.exports = (webpackConfigEnv, argv) => {
),
publicPath: "/madie-editor",
},
{
directory: path.join(
__dirname,
"node_modules/@madie/madie-public/dist/"
),
publicPath: "/madie-public",
},
{
directory: path.join(
__dirname,
Expand Down

0 comments on commit d0d5740

Please sign in to comment.