mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
[fix] Exclude demo-snapshots from knip checks
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -41,7 +41,9 @@ const config: KnipConfig = {
|
|||||||
'src/workbench/extensions/manager/types/generatedManagerTypes.ts',
|
'src/workbench/extensions/manager/types/generatedManagerTypes.ts',
|
||||||
'packages/registry-types/src/comfyRegistryTypes.ts',
|
'packages/registry-types/src/comfyRegistryTypes.ts',
|
||||||
// Used by a custom node (that should move off of this)
|
// Used by a custom node (that should move off of this)
|
||||||
'src/scripts/ui/components/splitButton.ts'
|
'src/scripts/ui/components/splitButton.ts',
|
||||||
|
// Demo snapshots for API changelog system
|
||||||
|
'demo-snapshots/**'
|
||||||
],
|
],
|
||||||
compilers: {
|
compilers: {
|
||||||
// https://github.com/webpro-nl/knip/issues/1008#issuecomment-3207756199
|
// https://github.com/webpro-nl/knip/issues/1008#issuecomment-3207756199
|
||||||
|
|||||||
Reference in New Issue
Block a user