nitro-cloudflare-dev, which is made for Nuxt and Nitro. Currently it seems Nitro does not natively support Worker bindings in local development, so this seems to be the next best thing. Thankfully, SolidStart's app.config.ts seems to expose Nitro config through the server: key, so I put modules: [nitroCloudflareBindings] in there to enable it.event.context.cloudflare.middleware.ts for SolidStart, that event.context is not available. Instead, attempting to access event.nativeEvent.context does at least have a _nitro key in there, but nothing else. Also using the getEvent() from vinxi/server yields the same result - an empty .context key (except for _nitro)..context.cloudflare key somewhere along the line?