Hi everyone,
When developing Next.js projects locally, I often have the case that I want to debug or log payload in order to better understand the behavior of payload or error messages that occur in my projects or in payload and possibly also contribute bug fixes or features. My Next.js projects are either standalone or organized in a monorepo with turbo repo. Is there a guide or recommendation on how I can best do a local development setup with payload for both use cases (standalone Next.js project or monorepo Next.js project)?
Thanks for your help!