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": [] +}