[cloudflare] support deploying to Cloudflare Containers
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.
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.