Initial commit: establish deterministic rod-string solver stack.
Set up the C solver core, Node API orchestration, TS GUI workflow, and engineering documentation with cleaned repo hygiene for private Git hosting. Made-with: Cursor
This commit is contained in:
9
solver-api/vitest.config.mjs
Normal file
9
solver-api/vitest.config.mjs
Normal file
@@ -0,0 +1,9 @@
|
||||
import { defineConfig } from "vitest/config";
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
fileParallelism: false,
|
||||
maxConcurrency: 1,
|
||||
testTimeout: 120000
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user