Skip to content

Commit 5b50261

Browse files
docs: changed protocol for localhost example to http
1 parent a21bd43 commit 5b50261

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ Example of a configuration:
180180
```js
181181
new ModuleFederationTypesPlugin({
182182
remoteManifestUrls: {
183-
mfeApp1: 'https://localhost:4480/remotes/dev/mfe-app-1-remote-entry.json',
184-
mfeApp2: 'https://localhost:4480/remotes/dev/mfe-app-2-remote-entry.json',
185-
registry: 'https://localhost:4480/remotes/dev/remote-entries.json',
183+
mfeApp1: 'http://localhost:4480/remotes/dev/mfe-app-1-remote-entry.json',
184+
mfeApp2: 'http://localhost:4480/remotes/dev/mfe-app-2-remote-entry.json',
185+
registry: 'http://localhost:4480/remotes/dev/remote-entries.json',
186186
}
187187
})
188188
```
@@ -191,7 +191,7 @@ Example with a single manifest file:
191191

192192
```js
193193
new ModuleFederationTypesPlugin({
194-
remoteManifestUrl: 'https://localhost:4480/remotes/dev/remote-entries.json',
194+
remoteManifestUrl: 'http://localhost:4480/remotes/dev/remote-entries.json',
195195
})
196196
```
197197

0 commit comments

Comments
 (0)