Minor Changes
-
#12754
e4d9510Thanks @emily-shen! - Add cross-process support to the local explorerWhen running multiple miniflare processes, the local explorer will now be able to view and edit resources that are bound to workers in other miniflare instances.
Patch Changes
-
#12828
cb14820Thanks @jamesopstad! - Update@hey-api/openapi-tsto ^0.94.0 -
#12779
b2f8b47Thanks @NuroDev! - Refactors KV & sidebar to use route loaders.This change improves the user experience of the Local Explorer dashboard by ensuring that the data used for the initial render is fetched server-side and passed down to the client. This avoids the initial flicker when loading in. Both D1 & Durable Object routes already incorporate this system.