docs: add note about using bun runtime (#30019)

This commit is contained in:
Teena 2024-12-02 08:58:56 -06:00 committed by GitHub
parent 76abb53bf1
commit 37ce2b4f4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,6 +91,9 @@ pnpm dev -o
```bash [bun]
bun run dev -o
# To use the Bun runtime during development
# bun --bun run dev -o
```
::