mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Simplify frontend/native prompt messages
This commit is contained in:
5
.changeset/chatty-cobras-rule.md
Normal file
5
.changeset/chatty-cobras-rule.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"create-better-t-stack": patch
|
||||
---
|
||||
|
||||
Simplify frontend/native prompt messages
|
||||
@@ -81,7 +81,7 @@ export async function getFrontendChoice(
|
||||
});
|
||||
|
||||
const webFramework = await select<Frontend>({
|
||||
message: "Choose frontend",
|
||||
message: "Choose web",
|
||||
options: webOptions,
|
||||
initialValue: DEFAULT_CONFIG.frontend[0],
|
||||
});
|
||||
@@ -96,7 +96,7 @@ export async function getFrontendChoice(
|
||||
|
||||
if (frontendTypes.includes("native")) {
|
||||
const nativeFramework = await select<Frontend>({
|
||||
message: "Choose native framework",
|
||||
message: "Choose native",
|
||||
options: [
|
||||
{
|
||||
value: "native-nativewind" as const,
|
||||
|
||||
Reference in New Issue
Block a user