Skip to content

Commit 0d033d6

Browse files
Fix channel_config uid strategy to use single mode for consistent output folder
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
1 parent 1ecf134 commit 0d033d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/app/src/cli/models/extensions/specifications

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)