We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d455eb6 + 43a0333 commit b34576dCopy full SHA for b34576d
configurations/vite.config.ts
@@ -13,7 +13,7 @@ interface ConfigOptions {
13
poolStrategy: 'threads' | 'forks'
14
}
15
16
-export default function config(packagePath: string, {poolStrategy}: ConfigOptions = {poolStrategy: 'threads'}) {
+export default function config(packagePath: string, {poolStrategy}: ConfigOptions = {poolStrategy: 'forks'}) {
17
// always treat environment as one that doesn't support hyperlinks -- otherwise assertions are hard to keep consistent
18
process.env.FORCE_HYPERLINK = '0'
19
process.env.FORCE_COLOR = '1'
0 commit comments