Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 84c4175

Browse files
committed
Config changes
1 parent bb2d665 commit 84c4175

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/public/importmap-local.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"imports": {
33
"@topcoder/micro-frontends-navbar-app": "//localhost:8080/topcoder-micro-frontends-navbar-app.js",
44
"@topcoder/micro-frontends-react-app": "//localhost:8500/topcoder-micro-frontends-react-app.js",
5-
"@topcoder/micro-frontends-angular-app": "//localhost:4200/topcoder-micro-frontends-angular-app.js"
5+
"@topcoder/micro-frontends-angular-app": "//localhost:4200/main.js"
66
}
77
}

src/public/importmap-production.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"imports": {
3-
"@topcoder/micro-frontends-navbar-app": "",
4-
"@topcoder/micro-frontends-react-app": "",
5-
"@topcoder/micro-frontends-angular-app": ""
3+
"@topcoder/micro-frontends-navbar-app": "//localhost:8080/topcoder-micro-frontends-navbar-app.js",
4+
"@topcoder/micro-frontends-react-app": "//localhost:8500/topcoder-micro-frontends-react-app.js",
5+
"@topcoder/micro-frontends-angular-app": "//localhost:4200/main.js"
66
}
77
}

0 commit comments

Comments
 (0)