mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-06 08:00:05 +00:00
- Create fileHandlerStore following ComfyUI's store patterns - Move all handler registrations to coreFileHandlers.ts - Clean up fileHandlers.ts to only contain implementations - Update app.ts to use the new store-based system - Remove duplicate isApiJson function - Update tests for new architecture This addresses review feedback about registration patterns while preserving the lazy evaluation fix for NaN parsing.