docs: remove beta mention from bun build docs (#22087)

### What does this PR do?

### How did you verify your code works?
This commit is contained in:
Lydia Hallie
2025-08-23 19:51:14 -07:00
committed by GitHub
parent f718f4a312
commit fe3cbce1f0

View File

@@ -1,4 +1,4 @@
Bun's fast native bundler is now in beta. It can be used via the `bun build` CLI command or the `Bun.build()` JavaScript API.
Bun's fast native bundler can be used via the `bun build` CLI command or the `Bun.build()` JavaScript API.
{% codetabs group="a" %}