From 0158dc2855d778c8ea5cad23abcf252f337b2b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vi=CC=81ctor=20Falco=CC=81n?= Date: Mon, 10 Nov 2025 19:53:37 +0000 Subject: [PATCH] Cursor worktree config --- .cursor/worktrees.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.cursor/worktrees.json b/.cursor/worktrees.json index d5c4cf84..155283a7 100644 --- a/.cursor/worktrees.json +++ b/.cursor/worktrees.json @@ -1,5 +1,6 @@ { "setup-worktree": [ + "composer install", "bun install" ] }