From 2b4e0e098489f78da1e1bd1654ccd93286ff862c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Falc=C3=B3n?= Date: Thu, 23 Apr 2026 08:43:06 +0100 Subject: [PATCH] chore: copy .pi dir in worktree setup (#319) --- worktree.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/worktree.sh b/worktree.sh index 5dbeb45e..58df6999 100755 --- a/worktree.sh +++ b/worktree.sh @@ -5,3 +5,4 @@ ROOT_PATH=$1 bun i composer install cp "$ROOT_PATH/.env" .env +cp -r "$ROOT_PATH/.pi" .pi