diff --git a/.gitignore b/.gitignore index 6704566..16916cf 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,6 @@ dist # TernJS port file .tern-port + +# VS Code settings +.vscode/ diff --git a/config/micro-frontends-config-local.json b/config/micro-frontends-config-local.json index c479cff..5183347 100644 --- a/config/micro-frontends-config-local.json +++ b/config/micro-frontends-config-local.json @@ -1,6 +1,7 @@ { "imports": { "@topcoder/micro-frontends-navbar-app": "http://localhost:3001/navbar/topcoder-micro-frontends-navbar-app.js", + "@topcoder/micro-frontends-taas-admin-app": "https://platform.topcoder-dev.com/taas-admin-app/topcoder-micro-frontends-taas-admin-app.js", "@topcoder/micro-frontends-react-app": "https://platform.topcoder-dev.com/react/topcoder-micro-frontends-react-app.js", "@topcoder/micro-frontends-angular-app": "https://platform.topcoder-dev.com/angular/main.js", "@topcoder/micro-frontends-teams": "https://platform.topcoder-dev.com/taas-app/topcoder-micro-frontends-teams.js", @@ -10,4 +11,4 @@ "@topcoder/micro-frontends-model-app": "https://platform.topcoder-dev.com/model-app/topcoder-micro-frontends-model-app.js", "@topcoder/micro-frontends-community-admin-app": "https://tc-micro-community-admin.herokuapp.com/community-admin-app/topcoder-micro-frontends-community-admin-app.js" } -} \ No newline at end of file +} diff --git a/config/micro-frontends-routes-local.txt b/config/micro-frontends-routes-local.txt index 941d7b9..37a5deb 100644 --- a/config/micro-frontends-routes-local.txt +++ b/config/micro-frontends-routes-local.txt @@ -7,6 +7,9 @@ + + + @@ -31,4 +34,4 @@
Welcome to Topcoder Micro Frontends
- \ No newline at end of file +