Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 17f27e5

Browse files
committed
test(server): disable file parallelism to avoid CI failures
1 parent f8c1dab commit 17f27e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/server/vite.config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default defineConfig(() => ({
1616
provider: 'v8' as const,
1717
reporter: [ "text", "html" ]
1818
},
19+
fileParallelism: false,
1920
pool: "threads"
2021
},
2122
}));

0 commit comments

Comments
 (0)