Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 528 Bytes

File metadata and controls

11 lines (9 loc) · 528 Bytes
@opennextjs/cloudflare minor

Support multiple Wrangler configuration files via --config flag

Enable passing multiple configuration files to the OpenNext.js Cloudflare CLI using the --config flag, matching Wrangler's native capability. This allows running multiple workers in a single dev session, which is essential for RPC communication with Durable Objects during local development as documented in the Wrangler API bindings guide