Skip to content

Commit

Permalink
mf nabeel (#173)
Browse files Browse the repository at this point in the history
* pointing common remote changes

* pointing common remote changes

* resolving issue

* resolving issue

---------

Co-authored-by: nabeelmd-eGov <[email protected]>
  • Loading branch information
nabeelmd-eGov and nabeelmd-eGov authored Feb 27, 2024
1 parent 97f0811 commit 0697fdf
Show file tree
Hide file tree
Showing 5 changed files with 11,170 additions and 16 deletions.
1 change: 0 additions & 1 deletion micro-ui/web/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"packages/core",
"packages/common",
"packages/workbench",
"packages/pgr",
"packages/ui-core",
"packages/app1"
],
Expand Down
7 changes: 2 additions & 5 deletions micro-ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
"workspaces": [
"packages/core",
"packages/workbench",
"packages/pgr",
"packages/ui-core",
"packages/app1"
"packages/app1",
"packages/common"
],
"scripts": {
Expand All @@ -31,11 +30,9 @@
"build:hrms": "cd packages/hrms && yarn build",
"build:workbench": "cd packages/workbench && yarn build",
"build:dss": "cd packages/dss && yarn build",
"build:pgr": "cd packages/pgr && yarn build",
"start:core": "cd packages/core && yarn start",
"start:workbench": "cd packages/workbench && yarn start",
"start:pgr": "cd packages/pgr && yarn start"
"start:common": "cd packages/common && yarn start",
"start:common": "cd packages/common && yarn start"
},
"dependencies": {
"dotenv": "^16.3.1",
Expand Down
18 changes: 9 additions & 9 deletions micro-ui/web/packages/core/src/modules/registerRemotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ export default (queryClient) => {
// },
// });

registerApplication({
name: "PGR",
app: () => import("pgr/PGRModule"),
activeWhen: "/workbench-ui/employee/pgr",
customProps: {
title: "PGR is running on host",
queryClient,
},
});
// registerApplication({
// name: "PGR",
// app: () => import("pgr/PGRModule"),
// activeWhen: "/workbench-ui/employee/pgr",
// customProps: {
// title: "PGR is running on host",
// queryClient,
// },
// });

registerApplication({
name: "Common",
Expand Down
2 changes: 1 addition & 1 deletion micro-ui/web/packages/core/webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = () => {
// auth: "auth@http://localhost:8082/remoteEntry.js",
// header: "header@http://localhost:8083/remoteEntry.js",
// dashboard: "dashboard@http://localhost:8084/remoteEntry.js",
pgr: "pgr@https://localhost:8087/remoteEntry.js",
// pgr: "pgr@https://localhost:8087/remoteEntry.js",
// hrms: "hrms@https://localhost:8085/remoteEntry.js",
// workbench: "workbench@https://localhost:8086/remoteEntry.js",
common:"common@https://unified-dev.digit.org/common-ui/remoteEntry.js"
Expand Down
Loading

0 comments on commit 0697fdf

Please sign in to comment.