chore(client): skip dynamic imports in cyclic check

This commit is contained in:
Elian Doran 2025-06-20 18:32:32 +03:00
parent ae1a4fbbf6
commit 79b3b92ec9
No known key found for this signature in database

View File

@ -77,7 +77,7 @@
] ]
}, },
"circular-deps": { "circular-deps": {
"command": "pnpx dpdm -T {projectRoot}/src/**/*.ts --tree=false --warning=false" "command": "pnpx dpdm -T {projectRoot}/src/**/*.ts --tree=false --warning=false --skip-dynamic-imports=circular"
} }
} }
} }