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