Skip to content

Commit

Permalink
fix(cli): update default client generation path
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn committed Jul 31, 2024
1 parent f7c6daa commit 2f7c30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pylon-cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ if (!process.argv.slice(2).length) {
if (useClient) {
clientPath = await input({
message: 'Enter the path where the client should be generated',
default: path.join(frontendRoot, 'src', 'gqty')
default: path.join(frontendRoot, 'src', 'gqty', 'index.ts')
})
}

Expand Down

0 comments on commit 2f7c30e

Please sign in to comment.