feat(installer): default project name to directory (#681)

This commit is contained in:
Alex Verkhovsky
2025-10-05 20:12:37 -07:00
committed by GitHub
parent c49f4b2e9b
commit c9ffe202d5
2 changed files with 8 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ prompt:
project_name:
prompt: "What is the title of your project you will be working on?"
default: "My Project"
default: "{directory_name}"
result: "{value}"
tech_docs: