Skip to content

Commit cd32273

Browse files
committed
_
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent 9b58f0b commit cd32273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const generateCommand = defineCommand({
138138
client: {
139139
type: "boolean",
140140
description: "generate an API class",
141-
default: true,
141+
default: codeGenBaseConfig.generateClient,
142142
},
143143
"enum-names-as-values": {
144144
type: "boolean",

0 commit comments

Comments
 (0)