This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 102102
103103# TernJS port file
104104.tern-port
105+
106+ # VS Code settings
107+ .vscode /
Original file line number Diff line number Diff line change 11{
22 "imports" : {
33 "@topcoder/micro-frontends-navbar-app" : " http://localhost:3001/navbar/topcoder-micro-frontends-navbar-app.js" ,
4+ "@topcoder/micro-frontends-taas-admin-app" : " http://localhost:8502/taas-admin-app/topcoder-micro-frontends-taas-admin-app.js" ,
45 "@topcoder/micro-frontends-react-app" : " https://platform.topcoder-dev.com/react/topcoder-micro-frontends-react-app.js" ,
56 "@topcoder/micro-frontends-angular-app" : " https://platform.topcoder-dev.com/angular/main.js" ,
67 "@topcoder/micro-frontends-teams" : " https://platform.topcoder-dev.com/taas-app/topcoder-micro-frontends-teams.js" ,
1011 "@topcoder/micro-frontends-model-app" : " https://platform.topcoder-dev.com/model-app/topcoder-micro-frontends-model-app.js" ,
1112 "@topcoder/micro-frontends-community-admin-app" : " https://tc-micro-community-admin.herokuapp.com/community-admin-app/topcoder-micro-frontends-community-admin-app.js"
1213 }
13- }
14+ }
Original file line number Diff line number Diff line change 77<route path="taas">
88 <application name="@topcoder/micro-frontends-teams"></application>
99</route>
10+ <route path="taas-admin">
11+ <application name="@topcoder/micro-frontends-taas-admin-app"></application>
12+ </route>
1013<route path="task-marketplace">
1114 <application name="@topcoder/micro-frontends-task-marketplace-app"></application>
1215</route>
3134 <div style="text-align: center; padding-top: 200px; font-size: 32px;">
3235 Welcome to Topcoder Micro Frontends
3336 </div>
34- </route>
37+ </route>
You can’t perform that action at this time.
0 commit comments