Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 committed Dec 23, 2024
1 parent aa75b51 commit afae259
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ export default defineConfig({
webServer: [
{
command: 'cd ../examples/module-federation && npm run dev:host',
url: 'http://127.0.0.1:3000',
url: 'http://localhost:3000',
timeout: 120 * 1000,
},
{
command: 'cd ../examples/module-federation && npm run serve:lib',
url: 'http://127.0.0.1:3001',
url: 'http://localhost:3001',
timeout: 120 * 1000,
},
{
command: 'cd ../examples/module-federation && npm run dev:remote',
url: 'http://127.0.0.1:3002',
url: 'http://localhost:3002',
timeout: 120 * 1000,
},
],
Expand Down

0 comments on commit afae259

Please sign in to comment.