@@ -26,9 +26,13 @@ const config: KnipConfig = {
2626 } ,
2727 'packages/registry-types' : {
2828 project : [ 'src/**/*.{js,ts}' ]
29+ } ,
30+ 'packages/ingest-types' : {
31+ project : [ 'src/**/*.{js,ts}' ] ,
32+ entry : [ 'src/index.ts' ]
2933 }
3034 } ,
31- ignoreBinaries : [ 'python3' , 'gh' ] ,
35+ ignoreBinaries : [ 'python3' , 'gh' , 'generate' ] ,
3236 ignoreDependencies : [
3337 // Weird importmap things
3438 '@iconify-json/lucide' ,
@@ -41,9 +45,12 @@ const config: KnipConfig = {
4145 '@iconify/utils'
4246 ] ,
4347 ignore : [
44- // Auto generated manager types
48+ // Auto generated API types
4549 'src/workbench/extensions/manager/types/generatedManagerTypes.ts' ,
4650 'packages/registry-types/src/comfyRegistryTypes.ts' ,
51+ 'packages/ingest-types/src/types.gen.ts' ,
52+ 'packages/ingest-types/src/zod.gen.ts' ,
53+ 'packages/ingest-types/openapi-ts.config.ts' ,
4754 // Used by a custom node (that should move off of this)
4855 'src/scripts/ui/components/splitButton.ts' ,
4956 // Used by stacked PR (feat/glsl-live-preview)
0 commit comments