Skip to content

Commit

Permalink
Merge pull request #184 from egovernments/testing-core-issue
Browse files Browse the repository at this point in the history
checking with only core module
  • Loading branch information
nipunarora-eGov authored Feb 29, 2024
2 parents 8c59226 + 8140661 commit 013a2c2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
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 @@ -6,15 +6,15 @@ import { registerApplication,start } from "single-spa";

export default (queryClient) => {

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

// registerApplication({
// name: "PGR",
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 @@ -47,7 +47,7 @@ module.exports = () => {
// dashboard: "dashboard@http://localhost:8084/remoteEntry.js",
// pgr: "pgr@https://localhost:8087/remoteEntry.js",
// hrms: "hrms@https://localhost:8085/remoteEntry.js",
workbench: "workbench@https://localhost:8086/remoteEntry.js",
// workbench: "workbench@https://localhost:8086/remoteEntry.js",
// common:"common@https://localhost:8090/remoteEntry.js"
// app1: "app1@https://localhost:8001/remoteEntry.js",
// dss: "dss@https://localhost:8087/remoteEntry.js",
Expand Down
2 changes: 1 addition & 1 deletion micro-ui/web/packages/core/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = () => {
// pgr : `pgr-ui@${domain}/pgr/remoteEntry.js`,
// hrms: `hrms@${domain}/hrms/remoteEntry.js`,
// common: `common-ui@${domain}/common-ui/remoteEntry.js`,
workbench : `workbench_web@${domain}/workbench/remoteEntry.js`,
// workbench : `workbench_web@${domain}/workbench/remoteEntry.js`,
// dss : `dss@${domain}/dss/remoteEntry.js`,
// measurement : `measurement@${domain}/measurement/remoteEntry.js`
},
Expand Down

0 comments on commit 013a2c2

Please sign in to comment.