Skip to content

Add ability to pass multiple configuration files to the dev server#997

Closed
mattvick wants to merge 2 commits intoopennextjs:mainfrom
mattvick:multiple-workers-in-a-single-dev-command
Closed

Add ability to pass multiple configuration files to the dev server#997
mattvick wants to merge 2 commits intoopennextjs:mainfrom
mattvick:multiple-workers-in-a-single-dev-command

Conversation

@mattvick
Copy link
Copy Markdown

@mattvick mattvick commented Nov 19, 2025

Adds support for developing with multiple Workers. Specifically, running multiple Workers in a single dev command by passing multiple configuration files to the server.

This is the documented and recommended approach for most development workflows as it ensures the best compatibility with bindings.

This is needed when using cross-script calls for Workflows, Queues, and other features based on Durable Objects. As outlined in the supported bindings section of the Workers docs.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Nov 19, 2025

🦋 Changeset detected

Latest commit: 0a59d7f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@opennextjs/cloudflare Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vicb
Copy link
Copy Markdown
Contributor

vicb commented Nov 20, 2025

See the comments in #896

@vicb vicb closed this Nov 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants