Skip to content

Commit 4727599

Browse files
authored
toggle disableConsoleIntercept for CI
1 parent e7248d7 commit 4727599

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)