Skip to content

Commit

Permalink
Add widget layout fed modules to prod stable env
Browse files Browse the repository at this point in the history
  • Loading branch information
karelhala committed May 21, 2024
1 parent d935173 commit 699da22
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions static/stable/prod/modules/fed-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,20 @@
"manifestLocation": "/apps/virtual-assistant/fed-mods.json",
"modules": []
},
"widgetLayout": {
"manifestLocation": "/apps/widget-layout/fed-mods.json",
"modules": [
{
"id": "widgetLayout",
"module": "./RootApp",
"routes": [
{
"pathname": "/staging/widget-layout"
}
]
}
]
},
"runtimes": {
"manifestLocation": "/apps/runtimes/fed-mods.json",
"modules": []
Expand Down

0 comments on commit 699da22

Please sign in to comment.