Skip to content

Commit c31661b

Browse files
committed
feat: remove global generated index.ts
1 parent 49d5223 commit c31661b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/writeClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export const writeClient = async (
163163
);
164164
}
165165

166-
if (exportCore || exportServices || exportSchemas || exportModels) {
166+
if (exportCore || exportServices || exportSchemas || (exportModels && httpClient !== HttpClient.SADDLEBACK)) {
167167
await mkdir(outputPath);
168168
await writeClientIndex(
169169
client,

0 commit comments

Comments
 (0)