Skip to content

Commit 06dffae

Browse files
authored
chore: cursor worktrees setup (#159)
Co-authored-by: MarioCadenas <MarioCadenas@users.noreply.github.com>
1 parent 2acaf40 commit 06dffae

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.cursor/worktrees.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
"setup-worktree": ["pnpm install", "pnpm run build"]
2+
"setup-worktree": [
3+
"pnpm install",
4+
"pnpm run build",
5+
"cp $ROOT_WORKTREE_PATH/apps/dev-playground/.env apps/dev-playground/.env",
6+
"cp $ROOT_WORKTREE_PATH/apps/clean-app/.env apps/clean-app/.env"
7+
]
38
}

0 commit comments

Comments
 (0)