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 49d5223 commit c31661bCopy full SHA for c31661b
src/utils/writeClient.ts
@@ -163,7 +163,7 @@ export const writeClient = async (
163
);
164
}
165
166
- if (exportCore || exportServices || exportSchemas || exportModels) {
+ if (exportCore || exportServices || exportSchemas || (exportModels && httpClient !== HttpClient.SADDLEBACK)) {
167
await mkdir(outputPath);
168
await writeClientIndex(
169
client,
0 commit comments