-
Hi all, Is there a recommended approach to split deployments, i.e. a separate deployment for Admin and API? Approaches we've considered:
Use case: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, you can—Payload's admin UI gets built to the |
Beta Was this translation helpful? Give feedback.
Yes, you can—Payload's admin UI gets built to the
build
folder, and if you place all of those files on a separate host, you can deploy them separately. Just make sure you have the properserverURL
set, pointing at the backend API location, when you build the admin panel files. 👍