From c8748d95f387abcb3adb16230af205d614958d4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vi=CC=81ctor=20Falco=CC=81n?= Date: Mon, 10 Nov 2025 17:15:17 +0000 Subject: [PATCH] Add setup-worktree script to .cursor/worktrees.json --- .cursor/worktrees.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .cursor/worktrees.json diff --git a/.cursor/worktrees.json b/.cursor/worktrees.json new file mode 100644 index 00000000..d5c4cf84 --- /dev/null +++ b/.cursor/worktrees.json @@ -0,0 +1,5 @@ +{ + "setup-worktree": [ + "bun install" + ] +}