chore: Add worktree deployment support (#2491)

This commit is contained in:
Dermot Duffy
2026-06-30 17:45:13 -07:00
committed by dermotduffy
parent f21a46297a
commit 3f0d2ef14d
3 changed files with 25 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# Worktrunk project configuration. See https://worktrunk.dev/config/.
# Install Node deps when a new worktree is created.
pre-start.yarn-install = "yarn install --immutable"