Skip to content

Commit c987ee7

Browse files
committed
Switch packages/app to thread pooling for tests
1 parent a133819 commit c987ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import config from '../../configurations/vite.config'
22

3-
export default config(__dirname, {poolStrategy: 'forks'})
3+
export default config(__dirname)

0 commit comments

Comments
 (0)