Single Worker with DO,RPC and rrv7 with partial prerendering
ok i wonder if that's true because it seems like they are integrating something related to RPC as well
__DURABLE_OBJECT_BRAND, which might make the runtime allow RPC?extends DurableObject than trying to apply a brand manually, and also apply types to the DO class itself anywayimplements over using the base class implementations with extends so that's why the Cloudflare person told you what they did.@cloudflare/workers-types(to be clear, it's not going anywhere for the forseeable future, at least not to my knowledge). wrangler types should generally generate types compatible with the compatibility dates/flags you select, in a way that @cloudflare/workers-types would struggle to matchcloudflare:* imports as externalnode:*vite-plugin, then you can't use DOs directly in dev anyway. And with a separate entrypoint for Vite Dev/vs your Worker, you shouldn't ever hit a cloudflare:* import__DURABLE_OBJECT_BRANDextends DurableObjectimplements@cloudflare/workers-types@cloudflare/workers-typescloudflare:*cloudflare:*node:*vite-plugin