From 6c7a1b9732c42055442d6542a43a836b002d0bd5 Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Wed, 27 Nov 2024 15:48:58 +0100 Subject: [PATCH] lint --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 2d82212a304..342a302461c 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -72,7 +72,7 @@ export default defineConfig({ ], /* Run local dev server before starting the tests */ - + webServer: { command: "pnpm start:built", url: "http://127.0.0.1:3000",