Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Sort front end clients list by popularity
  • Loading branch information
FossPrime authored Mar 25, 2023
commit 760890fdbb09fd981d3fb09e2e72af5950203a09
2 changes: 1 addition & 1 deletion packages/generators/src/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const generate = (ctx: AppGeneratorArguments) =>
type: 'confirm',
when: ctx.client === undefined,
message: (answers) => `Generate ${answers.language === 'ts' ? 'end-to-end typed ' : ''}client?`,
suffix: chalk.grey(' Can be used with React, Angular, Vue, React Native, Node.js etc.')
suffix: chalk.grey(' Can be used with React, Vue, React Native, Angular, Node.js etc.')
},
{
type: 'list',
Expand Down