Skip to content

Commit

Permalink
style(create-cloudflare): update label on language options (#6420)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung authored Aug 6, 2024
1 parent 345c20f commit a504725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-cloudflare/src/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ const selectLanguage = async (ctx: C3Context) => {
const languageOptions = [
{ label: "TypeScript", value: "ts" },
{ label: "JavaScript", value: "js" },
{ label: "Python", value: "python" },
{ label: "Python (beta)", value: "python" },
].filter((option) => variants.includes(option.value));

// Otherwise, prompt the user for their language preference
Expand Down

0 comments on commit a504725

Please sign in to comment.