diff --git a/adminfront/playwright.config.ts b/adminfront/playwright.config.ts index 9fd0d7fc..ad5ce1f3 100644 --- a/adminfront/playwright.config.ts +++ b/adminfront/playwright.config.ts @@ -85,7 +85,7 @@ export default defineConfig({ ? undefined : { command: process.env.CI - ? `pnpm run preview -- --host localhost --port ${port} > preview.log 2>&1` + ? `pnpm run preview -- --port ${port}` : `pnpm run dev -- --host localhost --port ${port}`, url: `http://localhost:${port}`, reuseExistingServer,