Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(next): disable turbopack serverExternalPackages warnings (#9147)
### What? Disables these annoying warnings when running `pnpm dev --turbo` <img width="656" alt="image" src="https://github.com/user-attachments/assets/7d0a2990-b5fd-4f5d-a025-665e8e3a7880"> vercel/next.js#68805 ### How? Patches `console.warn` in `withPayload.js` Can be disabled with `PAYLOAD_PATCH_TURBOPACK_WARNINGS=false` env variable
- Loading branch information