From 56897927c76b113bf9febc3742ed33c1dff49c83 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Mon, 7 Jul 2025 11:30:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Add=20environment.json=20for=20C?= =?UTF-8?q?ursor=20agents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cursor/environment.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .cursor/environment.json diff --git a/.cursor/environment.json b/.cursor/environment.json new file mode 100644 index 000000000..f40dae1ed --- /dev/null +++ b/.cursor/environment.json @@ -0,0 +1,4 @@ +{ + "install": "curl -fsSL https://bun.sh/install | bash && source /root/.bashrc && bun install && bun turbo run @typebot.io/react#build", + "terminals": [] +}