Skip to content
Merged
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
4 changes: 2 additions & 2 deletions runtime/fundamentals/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,10 +409,10 @@ are as follows:

This means that the first condition listed in a package export whose key equals
any of these strings will be matched. You can expand this list using the
`--unstable-node-conditions` CLI flag:
`--conditions` CLI flag:

```shell
deno run --unstable-node-conditions development,react-server main.ts
deno run --conditions development,react-server main.ts
```

```json
Expand Down