From f1193a2f86a30341b805fcfb86039f64a070f5dd Mon Sep 17 00:00:00 2001 From: snomiao Date: Sat, 1 Nov 2025 12:23:14 +0000 Subject: [PATCH] [fix] Exclude demo-snapshots from knip checks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- knip.config.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/knip.config.ts b/knip.config.ts index a77574f97..72dac825b 100644 --- a/knip.config.ts +++ b/knip.config.ts @@ -41,7 +41,9 @@ const config: KnipConfig = { 'src/workbench/extensions/manager/types/generatedManagerTypes.ts', 'packages/registry-types/src/comfyRegistryTypes.ts', // 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: { // https://github.com/webpro-nl/knip/issues/1008#issuecomment-3207756199