payloadcms / payload

The best way to build a modern backend + admin UI. No black magic, all TypeScript, and fully open-source, Payload is both an app framework and a headless CMS.
https://payloadcms.com
MIT License
21k stars 1.26k forks source link

chore: do not throw error if no dependencies are found #6899

Closed AlessioGr closed 5 days ago

AlessioGr commented 5 days ago

This fixes support for monorepos where in some conditions no dependencies are found, triggering the runtime dependency check.

While this effectively disables the dependency check in some monorepo setups, most people running monorepos likely know how to properly install dependencies, thus not needing this check as much