Skip to content

Commit 291e82d

Browse files
Removed project selection array due to redundancy
1 parent aec228c commit 291e82d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

index.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,18 +103,6 @@ async function askStackQuestions() {
103103
pageSize: 10,
104104
default: "mern",
105105
},
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-
},
118106
// Show only JavaScript when user picked the socket template
119107
{
120108
type: "list",

0 commit comments

Comments
 (0)