Skip to content

Commit

Permalink
toggle disableConsoleIntercept for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Jan 6, 2025
1 parent 656b1fc commit 4055b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export default defineConfig({
maxConcurrency: 10,
// configuration to be able to view console.log messages while debugging
pool: "forks",
disableConsoleIntercept: true,
disableConsoleIntercept: Boolean(process.env.CI)
},
});

0 comments on commit 4055b35

Please sign in to comment.