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

This commit is contained in:
Teena 2024-12-02 08:58:56 -06:00 committed by Daniel Roe
parent 661801dc60
commit 9d78d7b062
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

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
```
::