mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
## Summary Adds pnpm catalog to centralize dependency versions across the monorepo. ## Changes - **What**: Consolidates dependencies into single default catalog with [`prefer` mode](https://pnpm.io/catalogs#catalog-mode) - **Dependencies**: No new dependencies - reorganizes existing version management ## Review Focus The catalog uses `prefer` mode which automatically uses catalog versions for packages already in the catalog, falling back to direct versions for packages not yet cataloged. ### Example Usage When adding a dependency already in the catalog: ```bash pnpm add vue ``` This automatically uses `"vue": "catalog:"` in `package.json` instead of a direct version.
3 lines
53 B
Plaintext
3 lines
53 B
Plaintext
ignore-workspace-root-check=true
|
|
catalog-mode=prefer
|