Skip to content

Commit 65047fa

Browse files
committed
feat: change vitest timeout
1 parent 73cdc70 commit 65047fa

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/generate.mts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ export async function generate(options: LimitedUserConfig, version: string) {
1414
const formattedOptions = formatOptions(options);
1515

1616
// Map old client option to new plugins system
17+
const clientPlugin =
18+
formattedOptions.client === "@hey-api/client-axios"
19+
? "@hey-api/client-axios"
20+
: "@hey-api/client-fetch";
1721
const plugins: UserConfig["plugins"] = [
22+
clientPlugin,
1823
"@hey-api/typescript",
1924
"@hey-api/sdk",
2025
];

0 commit comments

Comments
 (0)