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 aec228c commit 291e82dCopy full SHA for 291e82d
index.js
@@ -103,18 +103,6 @@ async function askStackQuestions() {
103
pageSize: 10,
104
default: "mern",
105
},
106
- {
107
- name: "projectType",
108
- type: "list",
109
- message: "Select a project type:",
110
- choices: [
111
- "MERN",
112
- "MEAN",
113
- "MEVN",
114
- "MERN (Real-Time with Socket.io)",
115
- "PERN",
116
- ],
117
- },
118
// Show only JavaScript when user picked the socket template
119
{
120
type: "list",
0 commit comments