Skip to content

Commit 4055b35

Browse files
committed
toggle disableConsoleIntercept for CI
1 parent 656b1fc commit 4055b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export default defineConfig({
1111
maxConcurrency: 10,
1212
// configuration to be able to view console.log messages while debugging
1313
pool: "forks",
14-
disableConsoleIntercept: true,
14+
disableConsoleIntercept: Boolean(process.env.CI)
1515
},
1616
});

0 commit comments

Comments
 (0)