Skip to content

Commit 033c3d5

Browse files
committed
change ports
1 parent 4eb9105 commit 033c3d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

webpack/remote-entries/fdp.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@
88
exports.fdp = [
99
{
1010
name: 'fdp',
11-
url: 'http://localhost:8003/remoteEntry.js',
11+
url: 'http://localhost:8000/remoteEntry.js',
1212
path: __dirname,
1313
type: 'model',
1414
importRemote: async () => import('fdp/models')
1515
},
1616
{
1717
name: 'adapters',
18-
url: 'http://localhost:8003/remoteEntry.js',
18+
url: 'http://localhost:8000/remoteEntry.js',
1919
path: __dirname,
2020
type: 'adapter',
2121
importRemote: async () => import('fdp/adapters')
2222
},
2323
{
2424
name: 'services',
25-
url: 'http://localhost:8003/remoteEntry.js',
25+
url: 'http://localhost:8000/remoteEntry.js',
2626
path: __dirname,
2727
type: 'service',
2828
importRemote: async () => import('fdp/services')
2929
},
3030
{
3131
name: 'ports',
32-
url: 'http://localhost:8003/remoteEntry.js',
32+
url: 'http://localhost:8000/remoteEntry.js',
3333
path: __dirname,
3434
type: 'port',
3535
importRemote: async () => import('fdp/ports')

0 commit comments

Comments
 (0)