Skip to content

Commit 0a0bdea

Browse files
karreiroaswamy
andcommitted
Update packages/theme/src/cli/services/init.ts
Co-authored-by: Alok Swamy <[email protected]>
1 parent 6f306ee commit 0a0bdea

File tree

1 file changed

+2
-2
lines changed
  • packages/theme/src/cli/services

1 file changed

+2
-2
lines changed

packages/theme/src/cli/services/init.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ export async function createAIInstructionFiles(
136136
return {}
137137
}
138138

139-
const symlinkMap: {[key in Exclude<AIInstruction, 'all' | 'cursor'>]: string} = {
139+
const symlinkMap = {
140140
github: 'copilot-instructions.md',
141141
claude: 'CLAUDE.md',
142-
}
142+
} as const
143143

144144
const symlinkName = symlinkMap[instruction as Exclude<AIInstruction, 'all' | 'cursor'>]
145145
const symlinkPath = joinPath(themeRoot, symlinkName)

0 commit comments

Comments
 (0)