Skip to content

Commit

Permalink
adding test use vercel deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusviniciusLsantos committed Jan 9, 2025
1 parent 7630560 commit 53e34de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = defineConfig({
new rspack.container.ModuleFederationPlugin({
name: 'host',
remotes: {
remote: `remote@http://localhost:3001/remote.js`,
remote: `remote@https://commerce-webapp-mejn.vercel.app/remote.js`,
},
exposes: {},
shared: {
Expand Down

0 comments on commit 53e34de

Please sign in to comment.