We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa75b51 commit afae259Copy full SHA for afae259
tests/playwright.config.ts
@@ -13,17 +13,17 @@ export default defineConfig({
13
webServer: [
14
{
15
command: 'cd ../examples/module-federation && npm run dev:host',
16
- url: 'http://127.0.0.1:3000',
+ url: 'http://localhost:3000',
17
timeout: 120 * 1000,
18
},
19
20
command: 'cd ../examples/module-federation && npm run serve:lib',
21
- url: 'http://127.0.0.1:3001',
+ url: 'http://localhost:3001',
22
23
24
25
command: 'cd ../examples/module-federation && npm run dev:remote',
26
- url: 'http://127.0.0.1:3002',
+ url: 'http://localhost:3002',
27
28
29
],
0 commit comments