1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 21:32:35 +02:00

Run prettier

This commit is contained in:
Kamran Ahmed
2023-03-30 01:23:01 +01:00
parent d081ecf5b3
commit 7434ff71eb
2129 changed files with 10497 additions and 7961 deletions

View File

@@ -100,7 +100,7 @@ const config: PlaywrightTestConfig = {
/* Run your local dev server before starting the tests */
webServer: {
command: 'npm run dev',
url: "http://localhost:3000",
url: 'http://localhost:3000',
reuseExistingServer: !process.env.CI,
},
};