Skip to content

Commit 8a05a75

Browse files
chore: remove stdout piping to validate change in log output
1 parent 8938872 commit 8a05a75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/site/playwright.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ function getWebServerConfig(): Pick<Config, 'webServer'> {
4141
if (process.env.PLAYWRIGHT_RUN_CLOUDFLARE_PREVIEW) {
4242
return {
4343
webServer: {
44-
stdout: 'pipe',
4544
command: '../../node_modules/.bin/turbo cloudflare:preview',
4645
url: process.env.PLAYWRIGHT_BASE_URL || 'http://127.0.0.1:3000',
4746
timeout: 60_000 * 3,

0 commit comments

Comments
 (0)