We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8e72f commit 421548eCopy full SHA for 421548e
src/commands/init.js
@@ -12,8 +12,6 @@ async function getStackName() {
12
choices: [
13
{ value: 'wordpress', name: 'Wordpress' },
14
{ value: 'laravel', name: 'Laravel' },
15
- { value: 'rails', name: 'Ruby on Rails' },
16
- { value: 'django', name: 'Django' },
17
],
18
});
19
return answers.stack;
0 commit comments