Skip to content

Commit 674f5c7

Browse files
chore: add patch changeset for additionalFiles destination option
Co-authored-by: Eric Allam <ericallam@users.noreply.github.com>
1 parent 26f9dc3 commit 674f5c7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@trigger.dev/build": patch
3+
---
4+
5+
fix(build): add destination option to additionalFiles extension
6+
7+
When using glob patterns with parent directory references (../), the default behavior strips ".." segments resulting in unexpected paths. This adds an optional "destination" parameter that allows users to explicitly specify where matched files should be placed, which is useful in monorepo setups where files need to maintain their structure.

0 commit comments

Comments
 (0)