try storybook only

This commit is contained in:
Timo K
2026-05-11 19:29:07 +02:00
parent 4f28bac749
commit 5bdbd80f37
2 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ export default defineConfig((configEnv) =>
// Make sure to install Playwright
provider: playwright(),
headless: true,
instances: [{ browser: "firefox" }],
instances: [{ browser: "chromium" }],
},
},
},