From 2e76e6993907cd2df228f4fcd34462ce63041aed Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 29 May 2025 21:08:55 -0700 Subject: [PATCH] Update environment.json --- .cursor/environment.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cursor/environment.json b/.cursor/environment.json index df0abdb9c8..a45e760c26 100644 --- a/.cursor/environment.json +++ b/.cursor/environment.json @@ -1,3 +1,4 @@ { - "terminals": [] + "terminals": [], + "install": "bash scripts/bootstrap.sh" }