Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit f382a01

Browse files
committed
fix(cgg): do not crash when no dir given to scaffold to
1 parent bfeadd4 commit f382a01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/create-graphqlgen/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ const main = async (cli: meow.Result) => {
8989
name: 'path',
9090
message: 'Where should we scaffold graphql server?',
9191
type: 'input',
92+
default: '.',
9293
},
9394
])
9495

0 commit comments

Comments
 (0)