From 3350f25f751871830e9f765f59ccd59d727b8d9a Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:43:50 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- apps/frontend/vite.config.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/frontend/vite.config.ts b/apps/frontend/vite.config.ts index e77cda6..e3231aa 100644 --- a/apps/frontend/vite.config.ts +++ b/apps/frontend/vite.config.ts @@ -37,11 +37,7 @@ export default defineConfig({ provider: playwright({ launchOptions: { args: process.env.PLAYWRIGHT_BROWSERS_PATH - ? [ - "--no-sandbox", - "--disable-crashpad", - "--headless=new" - ] + ? ["--no-sandbox", "--disable-crashpad", "--headless=new"] : [], }, }), -- 2.51.2