Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ Then run:

- You want the simplest setup for development
- Workers are part of the same application or codebase
- You need to access a Durable Object namespace from another Worker using `script_name`, or setup Queues where the producer and consumer Workers are seperated.
- You need to access a Durable Object namespace or Workflow from another Worker using `script_name`, or set up Queues where the producer and consumer Workers are separated.

## Multiple dev commands

You can also run each Worker in a separate dev commands, each with its own terminal and configuration.
You can also run each Worker in separate dev commands, each with its own terminal and configuration.

<PackageManagers
comment="Terminal 1"
Expand Down
Loading