feat: payloadcms#1591
Conversation
james-elicx
left a comment
There was a problem hiding this comment.
i would be interested in us getting the payload cms cloudflare d1 working as an ecosystem fixture.
any payload fixture should be based on their create-payload-app output and include their auto-generated tests that run in CI.
I pushed some changes to main...james/payload-cms to show what I mean.
It currently fails to run due to the file-type dep used in Payload.
|
I made the changes against main...james/payload-cms, it now works with d1 and r2, fixed the file-type and |
|
Would you be able to do it in separate commits so we can track exactly what needs to change from the Payload-created template for their apps to work? It's not clear in a single commit how much things change from their template.
This sounds like a potential bug or issue that we should ideally look at fixing |
vite: use server export conditions for optimizeDeps
Payloadcms example working with vinext working with local sqlite, can be configured to use cloudflare d1 or other database using adapters
https://payloadcms.com/docs/database/overview