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

Commit b256cc7

Browse files
committed
task marketplace config added
1 parent 346982e commit b256cc7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

config/development.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"@topcoder/micro-frontends-navbar-app": "https://mfe.topcoder-dev.com/navbar/topcoder-micro-frontends-navbar-app.js",
44
"@topcoder/micro-frontends-react-app": "https://mfe.topcoder-dev.com/react/topcoder-micro-frontends-react-app.js",
55
"@topcoder/micro-frontends-angular-app": "https://mfe.topcoder-dev.com/angular/main.js",
6-
"@topcoder/micro-frontends-teams": "https://mfe.topcoder-dev.com/taas-app/topcoder-micro-frontends-teams.js"
6+
"@topcoder/micro-frontends-teams": "https://mfe.topcoder-dev.com/taas-app/topcoder-micro-frontends-teams.js",
7+
"@topcoder/micro-frontends-task-marketplace": "http://mfe.topcoder-dev.com/topcoder-micro-frontends-task-marketplace.js"
78
}
89
}

config/local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"@topcoder/micro-frontends-navbar-app": "http://local.topcoder-dev.com:8080/topcoder-micro-frontends-navbar-app.js",
44
"@topcoder/micro-frontends-react-app": "http://local.topcoder-dev.com:8500/topcoder-micro-frontends-react-app.js",
55
"@topcoder/micro-frontends-angular-app": "http://local.topcoder-dev.com:4200/main.js",
6-
"@topcoder/micro-frontends-teams": "http://local.topcoder-dev.com:8501/taas-app/topcoder-micro-frontends-teams.js"
6+
"@topcoder/micro-frontends-teams": "http://local.topcoder-dev.com:8501/taas-app/topcoder-micro-frontends-teams.js",
7+
"@topcoder/micro-frontends-task-marketplace": "http://local.topcoder-dev.com:8502/topcoder-micro-frontends-task-marketplace.js"
78
}
89
}

config/production.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"@topcoder/micro-frontends-navbar-app": "https://mfe.topcoder.com/navbar/topcoder-micro-frontends-navbar-app.js",
44
"@topcoder/micro-frontends-react-app": "https://mfe.topcoder.com/react/topcoder-micro-frontends-react-app.js",
55
"@topcoder/micro-frontends-angular-app": "https://mfe.topcoder.com/angular/main.js",
6-
"@topcoder/micro-frontends-teams": "https://mfe.topcoder.com/taas-app/topcoder-micro-frontends-teams.js"
6+
"@topcoder/micro-frontends-teams": "https://mfe.topcoder.com/taas-app/topcoder-micro-frontends-teams.js",
7+
"@topcoder/micro-frontends-task-marketplace": "https://mfe.topcoder.com/topcoder-micro-frontends-task-marketplace.js"
78
}
89
}

0 commit comments

Comments
 (0)