chore: copy .pi dir in worktree setup (#319)

This commit is contained in:
Víctor Falcón 2026-04-23 08:43:06 +01:00 committed by GitHub
parent 753002f930
commit 2b4e0e0984
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -5,3 +5,4 @@ ROOT_PATH=$1
bun i
composer install
cp "$ROOT_PATH/.env" .env
cp -r "$ROOT_PATH/.pi" .pi