Skip to content

Commit 7583f41

Browse files
committed
fix
1 parent 22e6756 commit 7583f41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playwright.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ export default defineConfig<ConfigOptions>({
5656
],
5757

5858
webServer: {
59-
command: 'npm run dev',
60-
url: process.env.RUN_COMMAND ||'http://localhost:3000',
59+
command: process.env.RUN_COMMAND || 'npm run dev',
60+
url: 'http://localhost:3000',
6161
reuseExistingServer: true,
6262
},
6363
})

0 commit comments

Comments
 (0)