From 99f497f0f2c1e4e07fbf9728ab87c08c0554dd5c Mon Sep 17 00:00:00 2001 From: MarioCadenas Date: Wed, 4 Mar 2026 21:29:42 +0100 Subject: [PATCH] chore: cursor worktrees setup --- .cursor/worktrees.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.cursor/worktrees.json b/.cursor/worktrees.json index 3d1a828e..8f088e0d 100644 --- a/.cursor/worktrees.json +++ b/.cursor/worktrees.json @@ -1,3 +1,8 @@ { - "setup-worktree": ["pnpm install", "pnpm run build"] + "setup-worktree": [ + "pnpm install", + "pnpm run build", + "cp $ROOT_WORKTREE_PATH/apps/dev-playground/.env apps/dev-playground/.env", + "cp $ROOT_WORKTREE_PATH/apps/clean-app/.env apps/clean-app/.env" + ] }