We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce295cb commit c8a92f6Copy full SHA for c8a92f6
src/commands/index.ts
@@ -36,7 +36,6 @@ export default class Create extends Command {
36
if (!args.name) {
37
const name = await input({
38
message: 'What is the name of your application?',
39
- default: path.basename(process.cwd())
40
});
41
42
args.name = name
0 commit comments