packages/miniflare/src/workers/local-explorer/README.md
miniflare/scripts/openapi-filter-config.ts.OPENAPI_INPUT_PATH=<path> pnpm generate:api to filter and generate types. Confirm the filtered API is as expected, and add ignores to openapi-filter-config.ts if necessary.proxyBindings to the explorer worker in getGlobalServices() in the core plugin. You may also have to add entries to CoreBindings.JSON_LOCAL_EXPLORER_BINDING_MAP if you need to access resource config such as IDs or database names which aren't available at runtime on the binding itself.miniflare/src/workers/local-explorer/ using these bindings. You will have to register the routes in explorer.worker.ts and add handlers in /local-explorer/resources/.miniflare/tests/plugins/local-explorer/.pnpm build in packages/local-explorer-ui.