mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Remove bun version from Vercel guide (#24562)
This commit is contained in:
@@ -32,7 +32,7 @@ import { ProductCard } from "/snippets/product-card.mdx";
|
||||
|
||||
Vercel automatically detects this configuration and runs your application on Bun. The value has to be `"1.x"`, Vercel handles the minor version internally.
|
||||
|
||||
For best results, match your local Bun version with the version used by Vercel. **Currently, Bun version `1.2.23` is supported**.
|
||||
For best results, match your local Bun version with the version used by Vercel.
|
||||
</Step>
|
||||
|
||||
<Step title="Next.js configuration">
|
||||
@@ -81,7 +81,7 @@ import { ProductCard } from "/snippets/product-card.mdx";
|
||||
console.log("runtime", process.versions.bun);
|
||||
```
|
||||
```txt
|
||||
runtime 1.2.23
|
||||
runtime 1.3.2
|
||||
```
|
||||
|
||||
[See the Vercel Bun Runtime documentation for feature support →](https://vercel.com/docs/functions/runtimes/bun#feature-support)
|
||||
|
||||
Reference in New Issue
Block a user