Auto fix & format all files

This commit is contained in:
filtered
2025-09-16 20:27:04 +10:00
parent b25690d435
commit e2e8ff6c3b
194 changed files with 360 additions and 292 deletions

View File

@@ -1,10 +1,10 @@
import { transformInputSpecV1ToV2 } from '@/schemas/nodeDef/migration'
import {
ComfyNodeDef as ComfyNodeDefV2,
InputSpec
type ComfyNodeDef as ComfyNodeDefV2,
type InputSpec
} from '@/schemas/nodeDef/nodeDefSchemaV2'
import { ComfyNodeDef as ComfyNodeDefV1 } from '@/schemas/nodeDefSchema'
import { components } from '@/types/comfyRegistryTypes'
import { type ComfyNodeDef as ComfyNodeDefV1 } from '@/schemas/nodeDefSchema'
import { type components } from '@/types/comfyRegistryTypes'
const registryToFrontendV2NodeOutputs = (
registryDef: components['schemas']['ComfyNode']