File tree 2 files changed +3
-3
lines changed
npm-packages/convex/src/cli 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ async function askToReconfigureNew(
356
356
export async function promptToInitWithProjects ( ) : Promise < "new" | "existing" > {
357
357
const { choice } = await inquirer . prompt ( [
358
358
{
359
- type : "list" ,
359
+ type : "search- list" ,
360
360
name : "choice" ,
361
361
message : `What would you like to configure?` ,
362
362
default : "new" ,
@@ -372,7 +372,7 @@ export async function promptToInitWithProjects(): Promise<"new" | "existing"> {
372
372
export async function promptToReconfigure ( ) : Promise < "new" | "existing" > {
373
373
const { choice } = await inquirer . prompt ( [
374
374
{
375
- type : "list" ,
375
+ type : "search- list" ,
376
376
name : "choice" ,
377
377
message : `Configure a different project?` ,
378
378
default : "new" ,
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ export async function validateOrSelectTeam(
287
287
{
288
288
name : "teamSlug" ,
289
289
message : promptMessage ,
290
- type : "list" ,
290
+ type : "search- list" ,
291
291
choices : teams . map ( ( team : Team ) => ( {
292
292
name : `${ team . name } (${ team . slug } )` ,
293
293
value : team . slug ,
You can’t perform that action at this time.
0 commit comments