1
0
forked from baron/baron-sso

chore(adminfront): fix Biome formatting issues

This commit is contained in:
2026-04-03 15:03:08 +09:00
parent a65f9afc69
commit 59d53bc1b2
2 changed files with 17 additions and 11 deletions

View File

@@ -61,7 +61,9 @@ export default defineConfig({
/* Run your local dev server before starting the tests */
webServer: {
command: process.env.CI ? "npm run build && npm run preview -- --port 5173" : "npm run dev",
command: process.env.CI
? "npm run build && npm run preview -- --port 5173"
: "npm run dev",
url: "http://localhost:5173",
reuseExistingServer: !process.env.CI,
timeout: 120 * 1000,