File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88exports . 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' )
You can’t perform that action at this time.
0 commit comments