Add setup-worktree script to .cursor/worktrees.json

This commit is contained in:
Víctor Falcón 2025-11-10 17:15:17 +00:00
parent 58a648fac8
commit c8748d95f3
1 changed files with 5 additions and 0 deletions

5
.cursor/worktrees.json Normal file
View File

@ -0,0 +1,5 @@
{
"setup-worktree": [
"bun install"
]
}