bun-framework-next
v12.2.5
Published
bun compatibility layer for Next.js >= v12.2.3
Readme
bun-framework-next
This package lets you use Next.js 12.2 with bun. This readme assumes you already installed bun.
To start a new project:
bun create next --openTo use Next.js 12 with an existing project:
bun add bun-framework-next
echo "framework = 'next'" > bunfig.toml
bun bunLaunch the development server:
bun devOpen http://localhost:3000 with your browser to see the result.
