Skip to content

Commit

Permalink
fix: prompts has no default option, is initial
Browse files Browse the repository at this point in the history
  • Loading branch information
devjiwonchoi committed Oct 7, 2024
1 parent 8cbabd3 commit 5b89de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-codemod/bin/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export async function runTransform(
type: 'text',
name: 'path',
message: 'On which files or directory should the codemods be applied?',
default: '.',
initial: '.',
})

directory = res.path
Expand Down

0 comments on commit 5b89de8

Please sign in to comment.