Skip to content

Commit f4924c2

Browse files
Merge pull request #5 from hallisonbrancalhao/chore/ref-remotes
fix: adjustments remotes link
2 parents bfb1293 + c976dd6 commit f4924c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: apps/bytebank/webpack.prod.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export default withModuleFederation(
1010
{
1111
...config,
1212
remotes: [
13-
['dashboard', 'https://main.d2uexl1wva9mc9.amplifyapp.com/'],
14-
['institutional', 'https://main.d2n3qfl1jdmcdh.amplifyapp.com/']
13+
['dashboard', 'https://main.d2uexl1wva9mc9.amplifyapp.com'],
14+
['institutional', 'https://main.d2n3qfl1jdmcdh.amplifyapp.com']
1515
]
1616
},
1717
{ dts: false }

0 commit comments

Comments
 (0)