We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c9fb7 commit af7aa6fCopy full SHA for af7aa6f
packages/devextreme-cli/src/utility/prompts/react-tool.js
@@ -1,12 +1,12 @@
1
const prompts = require('./prompts');
2
3
const choices = [
4
- { value: 'vite', title: 'Vite' },
5
- { value: 'nextjs', title: 'Next.js' }
+ { value: 'vite', title: 'React+Vite' },
+ { value: 'nextjs', title: 'Next.js-based' }
6
];
7
8
const question = {
9
- message: 'How would you like to scaffold your React application?',
+ message: 'Specify the desired application type:',
10
choices: choices
11
};
12
0 commit comments