From 7765b610386aef0032b453628318cbbfdd06332a Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 29 May 2025 21:46:11 -0700 Subject: [PATCH] Update environment.json --- .cursor/environment.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.cursor/environment.json b/.cursor/environment.json index 769f1193e0..df0abdb9c8 100644 --- a/.cursor/environment.json +++ b/.cursor/environment.json @@ -1,4 +1,3 @@ { - "terminals": [], - "install": "git clone https://github.com/oven-sh/bun.git && cd bun && bash scripts/bootstrap.sh" + "terminals": [] }