Skip to content

Commit

Permalink
chore: add beta starter to select prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Jul 16, 2024
1 parent 3ecfb90 commit 98585fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export async function main() {
message: 'Select a Starter',
initialValue: 'maizzle/maizzle',
options: [
{ value: 'maizzle/starter-5.0.0-beta', label: '5.0.0-beta' },
{ value: 'maizzle/maizzle', label: 'Default' },
{ value: 'custom', label: 'Custom' },
],
Expand Down

0 comments on commit 98585fa

Please sign in to comment.