Skip to content

Commit c8a92f6

Browse files
committed
chore: remove default name
1 parent ce295cb commit c8a92f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export default class Create extends Command {
3636
if (!args.name) {
3737
const name = await input({
3838
message: 'What is the name of your application?',
39-
default: path.basename(process.cwd())
4039
});
4140

4241
args.name = name

0 commit comments

Comments
 (0)