core icon indicating copy to clipboard operation
core copied to clipboard

[cloudflare] support deploying to Cloudflare Containers

Open miguelrk opened this issue 6 months ago • 1 comments

TLDR: will NuxtHub support the recently announced Cloudflare Containers as deployment target?

Cloudflare just recently announced Cloudlfare Containers Beta, considering how NuxtHub had support for Pages and has recently introduced support for Workers, is support for Containers planned?

I currently have a use case where file system access is necessary (generating PDFs dynamically on the server via pdfmake). Being able to use containers, with the same DX NuxtHub provides over cloudflare would be great for these types of use cases where Workers simply do not make the cut and/or have too many papercuts.

miguelrk avatar Jun 30 '25 09:06 miguelrk

For now is not possible even for Nitro: https://github.com/nitrojs/nitro/issues/3431

Since nitro does not yet support custom durable object exports in the main bundle and NuxtHub is based on nitro, this may be a blocker.

oritwoen avatar Jun 30 '25 10:06 oritwoen