Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karpikpl committed Jan 27, 2025
1 parent 22e6756 commit 7583f41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ export default defineConfig<ConfigOptions>({
],

webServer: {
command: 'npm run dev',
url: process.env.RUN_COMMAND ||'http://localhost:3000',
command: process.env.RUN_COMMAND || 'npm run dev',
url: 'http://localhost:3000',
reuseExistingServer: true,
},
})

0 comments on commit 7583f41

Please sign in to comment.