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.
2 parents 33d0c5a + 72f48e0 commit 7413b52Copy full SHA for 7413b52
index.js
@@ -322,7 +322,7 @@ const main = async () => {
322
...options,
323
name: options.name,
324
url: options.path,
325
- generateRouteTypes: options.routeTypes,
+ generateRouteTypes: options.generateRouteTypes,
326
generateClient: !!(options.axios || options.client),
327
httpClientType: options.axios ? HTTP_CLIENT.AXIOS : HTTP_CLIENT.FETCH,
328
input: resolve(process.cwd(), options.path),
0 commit comments