We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2acaf40 commit 06dffaeCopy full SHA for 06dffae
1 file changed
.cursor/worktrees.json
@@ -1,3 +1,8 @@
1
{
2
- "setup-worktree": ["pnpm install", "pnpm run build"]
+ "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
+ ]
8
}
0 commit comments