Skip to content

Commit 0420085

Browse files
Fix channel_config uid strategy to use single mode for consistent output folder
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 753dbc2 commit 0420085

File tree

1 file changed

+1
-0
lines changed
  • packages/app/src/cli/models/extensions/specifications

1 file changed

+1
-0
lines changed

packages/app/src/cli/models/extensions/specifications/channel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const FILE_EXTENSIONS = ['json', 'toml', 'yaml', 'yml', 'svg']
66

77
const channelSpecificationSpec = createContractBasedModuleSpecification({
88
identifier: 'channel_config',
9+
uidStrategy: 'single',
910
buildConfig: {
1011
mode: 'copy_files',
1112
filePatterns: FILE_EXTENSIONS.map((ext) => joinPath(SUBDIRECTORY_NAME, '**', `*.${ext}`)),

0 commit comments

Comments
 (0)