Skip to content

Commit 245043f

Browse files
authored
Merge pull request storybookjs#34743 from storybookjs/fix/tanstack_automigrate_ai
Cli: Set ai prompt to yes if yes flag for react-vite to tanstack migration
2 parents 2a75bc0 + 23a2c45 commit 245043f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/lib/cli-storybook/src/automigrate/fixes/react-vite-to-tanstack-react.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ export const reactViteToTanstackReact: Fix<ReactViteToTanstackReactOptions> = {
377377
);
378378

379379
const wantsAiPrompt = yes
380-
? false
380+
? true
381381
: await prompt.confirm({
382382
message:
383383
'Would you like a ready-to-paste AI prompt to help remove the now-unused TanStack Router decorator?',

0 commit comments

Comments
 (0)