Skip to content

Commit 9b58f0b

Browse files
committed
chore: fix format
1 parent 7e1a898 commit 9b58f0b

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
@@ -135,7 +135,7 @@ const generateCommand = defineCommand({
135135
description: "generate type definitions for API routes",
136136
default: codeGenBaseConfig.generateRouteTypes,
137137
},
138-
"client": {
138+
client: {
139139
type: "boolean",
140140
description: "generate an API class",
141141
default: true,

0 commit comments

Comments
 (0)