Skip to content

Commit

Permalink
Next.js dev server now runs on Bun (#14566)
Browse files Browse the repository at this point in the history
  • Loading branch information
fel1x-developer authored Oct 14, 2024
1 parent 47ff474 commit e6ea389
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/guides/ecosystem/nextjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
name: Build an app with Next.js and Bun
---

{% callout %}
The Next.js [App Router](https://nextjs.org/docs/app) currently relies on Node.js APIs that Bun does not yet implement. The guide below uses Bun to initialize a project and install dependencies, but it uses Node.js to run the dev server.
{% /callout %}

---

Initialize a Next.js app with `create-next-app`. This automatically installs dependencies using `npm`.

```sh
Expand Down

0 comments on commit e6ea389

Please sign in to comment.