Closed yulafezmesi closed 1 year ago
Hi! Glad you like it.
I believe the settings.buildCommand
should be: pnpm build
.
I think you will have a few issues beyond that point though. The project is set up to have Remix and Payload run on the same express server, which lives in the apps/server
folder. While I have not deployed to vercel myself, I would try this approach: https://vercel.com/guides/using-express-with-vercel#standalone-express. It looks like they support express.static
which the project use to serve the actual Payload admin UI, and more.
After giving Vercel a try my conclusion is that the structure of the project and loading payload as a single file (both the express server and payload config) isn't really a good fit.
Hi, thank you for the great boilerplate!
I've tried to deploy Vercel according to the below building configs. however, the build progress never ends, and no errors. is there any mistake over here?
vercel config: