From bd4ece33bc653aa3a1adab539560c839a215159b Mon Sep 17 00:00:00 2001 From: Jasper Dunn Date: Tue, 1 Oct 2024 20:44:49 +1000 Subject: [PATCH] add tip for ensuring that bun types are installed when using bun --- docs/eden/installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/eden/installation.md b/docs/eden/installation.md index ee4716c3..de48fb9e 100644 --- a/docs/eden/installation.md +++ b/docs/eden/installation.md @@ -146,3 +146,6 @@ app.listen(3000) ``` We recommend to **always use method chaining** to provide an accurate type inference. + +### Bun +If using bun, ensure that you have installed `@types/bun`.