Important Fixes, New mechanics, and many more
Some checks failed
CI / validate (push) Failing after 9m21s

This commit is contained in:
2026-08-15 17:37:57 +05:00
parent 1774496cf9
commit 438e5af0ad
56 changed files with 5090 additions and 119 deletions

View File

@@ -5,6 +5,12 @@ export default defineConfig({
test: {
include: ['packages/**/*.test.ts', 'apps/**/*.test.ts'],
environment: 'node',
// Nuxt/TypeScript transforms are CPU-heavy on small Node 18 machines.
// Running files sequentially avoids false timeout failures caused by
// several transform workers competing for the same memory and CPU.
fileParallelism: false,
testTimeout: 60_000,
hookTimeout: 60_000,
},
resolve: {
alias: {