chore(client): skip dynamic imports in cyclic check

pull/2371/head
Elian Doran 2025-06-20 18:32:32 +07:00
parent ae1a4fbbf6
commit 79b3b92ec9
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -77,7 +77,7 @@
]
},
"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"
}
}
}