Documentation on local development #5244
-
Dear All, after some time I wanted to work on Payload's core:
So I cloned Payload's monorepo to ./libs in our own monorepo. First issue: as our "parent" monorepo is yarn4 controlled, pnpm won't run (Usage Error: This project is configured to use pnpm). But now I can't find any docs regarding the dev setup. If I run pnpm build and point payload in our package.json to the local path, it will try to load ts-files (because payload's package.json exports src/*.ts instead of dist). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @chris-schra, You're right that we did switch to pnpm from yarn so that bit of cleanup is needed. As for running Payload to dev against it. You will be able to run We have a contributing.md for also for your reference. Let us know if you need anything else. |
Beta Was this translation helpful? Give feedback.
Argh, sorry, I overlooked publishConfig 🫣