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

Commit c80abff

Browse files
authored
Merge pull request #14 from luizrrodrigues/challenge-listing-part-1
Fix navbar-app and earn-app local config file
2 parents 6799fbe + 59781bb commit c80abff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/micro-frontends-config-local.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"imports": {
3-
"@topcoder/micro-frontends-navbar-app": "http://localhost:3001/navbar/topcoder-micro-frontends-navbar-app.js",
3+
"@topcoder/micro-frontends-navbar-app": "http://localhost:8081/topcoder-micro-frontends-navbar-app.js",
44
"@topcoder/micro-frontends-react-app": "http://localhost:8500/react/topcoder-micro-frontends-react-app.js",
55
"@topcoder/micro-frontends-angular-app": "http://localhost:4200/angular/main.js",
66
"@topcoder/micro-frontends-teams": "http://localhost:8501/taas-app/topcoder-micro-frontends-teams.js",
77
"@topcoder/micro-frontends-task-marketplace-app": "http://localhost:8502/tasks/topcoder-micro-frontends-task-marketplace-app.js",
8-
"@topcoder/micro-frontends-earn-app": "http://localhost:8008/earn/topcoder-micro-frontends-earn-app.js",
8+
"@topcoder/micro-frontends-earn-app": "http://localhost:8008/topcoder-micro-frontends-earn-app.js",
99
"@topcoder/micro-frontends-submission-review-app": "http://localhost:8503/submissionreview/topcoder-micro-frontends-submission-review-app.js",
1010
"@topcoder/micro-frontends-model-app": "http://localhost:8504/model-app/topcoder-micro-frontends-model-app.js"
1111
}

0 commit comments

Comments
 (0)