Update cli prompts

This commit is contained in:
Aman Varshney
2025-04-02 13:59:37 +05:30
parent 12e297d94d
commit 0d7ac632e3
19 changed files with 91 additions and 34 deletions

View File

@@ -9,7 +9,7 @@ export async function getRuntimeChoice(
if (runtime !== undefined) return runtime;
const response = await select<ProjectRuntime>({
message: "Which runtime would you like to use?",
message: "Select runtime",
options: [
{
value: "bun",