From 8a06ddb1fb7c261e05e01f7fe68654a967b124e6 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 29 May 2025 21:11:53 -0700 Subject: [PATCH] Update environment.json --- .cursor/environment.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }