Skip to content

Commit b31d76b

Browse files
s0h311colinhacks
andauthored
Update nuxt.md (#4452)
* Update nuxt.md * --bun --------- Co-authored-by: Colin McDonnell <[email protected]>
1 parent 0a5e44c commit b31d76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/ecosystem/nuxt.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bun install v1.x (16b4bf34)
2222

2323
---
2424

25-
To start the dev server, run `bun run dev` from the project root. This will execute the `nuxt dev` command (as defined in the `"dev"` script in `package.json`).
25+
To start the dev server, run `bun --bun run dev` from the project root. This will execute the `nuxt dev` command (as defined in the `"dev"` script in `package.json`).
2626

2727
{% callout %}
2828
The `nuxt` CLI uses Node.js by default; passing the `--bun` flag forces the dev server to use the Bun runtime instead.

0 commit comments

Comments
 (0)