Newbing
Newbing
Explore posts from servers
PPrisma
Created by Newbing on 5/6/2024 in #help-and-questions
Deploy failed in the cloudflare pages dashboard with prisma.
Finally I switched to drizzle-orm. I was using Prisma, which is too big for cloudflare sites. For free users of cloudflare, there is a 1MB size limit for each worker script.
3 replies
CDCloudflare Developers
Created by Newbing on 5/6/2024 in #pages-help
Deploy failed in the cloudflare dashboard, but success in the cli.
Finally, I switched to drizzle-orm. Prisma use wasm underway which is too big for cloudflare pages. For free user of cloudflare, there a 1MB size limit for each worker script.
6 replies
CDCloudflare Developers
Created by Newbing on 5/6/2024 in #pages-help
Deploy failed in the cloudflare dashboard, but success in the cli.
Thanks, I should not try prisma client.
6 replies
CDCloudflare Developers
Created by Newbing on 5/6/2024 in #pages-help
Deploy failed in the cloudflare dashboard, but success in the cli.
Is it possiable to make script size limit more larger? I use prisma orm, it may be result large script file?
6 replies
HHono
Created by NorteX on 4/28/2024 in #help
Does Hono JSX do client-side hydration?
No, @NorteX I do it by myself, try this: https://github.com/iflamed/hono-react-ssr-shadcn-ui
2 replies