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

Commit c822c55

Browse files
committed
Integrate taas app
1 parent 2a44035 commit c822c55

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

config/development.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"imports": {
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",
5-
"@topcoder/micro-frontends-angular-app": "https://mfe.topcoder-dev.com/angular/main.js"
5+
"@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"
67
}
78
}

config/local.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"imports": {
3-
"@topcoder/micro-frontends-navbar-app": "http://localhost:8080/topcoder-micro-frontends-navbar-app.js",
4-
"@topcoder/micro-frontends-react-app": "http://localhost:8500/topcoder-micro-frontends-react-app.js",
5-
"@topcoder/micro-frontends-angular-app": "http://localhost:4200/main.js"
3+
"@topcoder/micro-frontends-navbar-app": "http://local.topcoder-dev.com:8080/navbar/topcoder-micro-frontends-navbar-app.js",
4+
"@topcoder/micro-frontends-react-app": "http://local.topcoder-dev.com:8500/topcoder-micro-frontends-react-app.js",
5+
"@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"
67
}
78
}

config/production.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"imports": {
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",
5-
"@topcoder/micro-frontends-angular-app": "https://mfe.topcoder.com/angular/main.js"
5+
"@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"
67
}
78
}

src/index.ejs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@
8484
<route path="micro-frontends-angular-route">
8585
<application name="@topcoder/micro-frontends-angular-app"></application>
8686
</route>
87+
<route path="taas">
88+
<application name="@topcoder/micro-frontends-teams"></application>
89+
</route>
8790
<route default>
8891
<div style="text-align: center; padding-top: 200px; font-size: 32px;">
8992
Welcome to Topcoder Micro Frontends

0 commit comments

Comments
 (0)