Replies: 1 comment
-
It sounds like you're wanting to configure "multi-tenancy" aka one backend for multiple sites. A common pattern is modeled out in this plugin: https://github.com/joas8211/payload-tenancy This doesn't really have much to do with using pnpm or being in a monorepo besides the fact that you'd be able to share the exported TS types. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If i where to take the pnpm mono repro where each site would be a package. Would it be possible to have 1 central admin to edit all my websites?
i would like to do something like admin.mydomain.ltd and be able to edit all my landing pages i want to build with payload.
Is this possible at the moment?
Any docs or code / repros i could look at for this?🙏
Beta Was this translation helpful? Give feedback.
All reactions