Have you got the `packagePath: true` option set?
Have you got the
packagePath: true option set?packagePath: truemodule set in package.json doing what was required for that above issue fixed it thoworkerd has some eccentricities from it being tailored to the CF platform, so while it works fine(mostly) for local dev, and you can use it for production loads, I would probably recommend adding a service-worker or equivalent to your tool code so that it can keep itself running, rather than trying to wrangler workerd into working locally.
API interface.vitest-environment-miniflare, or maybe jest-environment-miniflare), and there should be a new variant that supports v3 
vitest-environment-miniflare setup until v3 supports it in some way - unit tests aren't currently possible - you can use unstable_dev from wrangler if you want to do e2econst myBlob = await response.blob();
await env.BUCKET.put(blobId, myBlob); // must use myBlob.stream()CacheError [ERR_DESERIALIZATION]: Unable to deserialize stored cached data due to missing metadata.
The cached data storage format changed in Miniflare 2. You cannot load cached data created with Miniflare 1 and must delete it.module