diff --git a/.cursor/environment.json b/.cursor/environment.json index a45e760c26..769f1193e0 100644 --- a/.cursor/environment.json +++ b/.cursor/environment.json @@ -1,4 +1,4 @@ { "terminals": [], - "install": "bash scripts/bootstrap.sh" + "install": "git clone https://github.com/oven-sh/bun.git && cd bun && bash scripts/bootstrap.sh" }