Skip to content

Commit afae259

Browse files
committed
chore: update
1 parent aa75b51 commit afae259

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/playwright.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ export default defineConfig({
1313
webServer: [
1414
{
1515
command: 'cd ../examples/module-federation && npm run dev:host',
16-
url: 'http://127.0.0.1:3000',
16+
url: 'http://localhost:3000',
1717
timeout: 120 * 1000,
1818
},
1919
{
2020
command: 'cd ../examples/module-federation && npm run serve:lib',
21-
url: 'http://127.0.0.1:3001',
21+
url: 'http://localhost:3001',
2222
timeout: 120 * 1000,
2323
},
2424
{
2525
command: 'cd ../examples/module-federation && npm run dev:remote',
26-
url: 'http://127.0.0.1:3002',
26+
url: 'http://localhost:3002',
2727
timeout: 120 * 1000,
2828
},
2929
],

0 commit comments

Comments
 (0)