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
3 changes: 2 additions & 1 deletion src/content/docs/sandbox/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ export default {
Start the development server:

```sh
npm run dev. If you expect to have multiple sandbox instances, you can increase `max_instances`.
npm run dev
# If you expect to have multiple sandbox instances, you can increase `max_instances`.
```

:::note
Expand Down