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

Commit f91e9d9

Browse files
committed
Merge branch 'dev'
Signed-off-by: Rakib Ansary <[email protected]>
2 parents 7a066cb + 1cd0117 commit f91e9d9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ workflows:
7575
branches:
7676
only:
7777
- dev
78-
- challenge-listing-part-2
78+
- feat/onboarding-app
7979

8080
# Production builds are exectuted only on tagged commits to the
8181
# master branch.

config/micro-frontends-config-local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"@topcoder/micro-frontends-submission-review-app": "https://platform.topcoder-dev.com/submissionreview/topcoder-micro-frontends-submission-review-app.js",
1111
"@topcoder/micro-frontends-model-app": "https://platform.topcoder-dev.com/model-app/topcoder-micro-frontends-model-app.js",
1212
"@topcoder/micro-frontends-community-admin-app": "https://tc-micro-community-admin.herokuapp.com/community-admin-app/topcoder-micro-frontends-community-admin-app.js",
13-
"@topcoder/micro-frontends-profile-app": "http://localhost:8009/profile-app/topcoder-micro-frontends-profile-app.js"
13+
"@topcoder/micro-frontends-profile-app": "http://localhost:8009/profile-app/topcoder-micro-frontends-profile-app.js",
14+
"@topcoder/micro-frontends-onboarding-app": "http://localhost:8510/onboarding-app/topcoder-micro-frontends-onboarding-app.js"
1415
}
1516
}

config/micro-frontends-routes-local.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
<route path="profile">
2929
<application name="@topcoder/micro-frontends-profile-app"></application>
3030
</route>
31+
<route path="onboard">
32+
<application name="@topcoder/micro-frontends-onboarding-app"></application>
33+
</route>
3134
<route path="unauthorized">
3235
<div style="text-align: center; padding-top: 200px; font-size: 32px;">
3336
You are unauthorized

0 commit comments

Comments
 (0)