We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd6313d commit e59dd3fCopy full SHA for e59dd3f
1 file changed
blog/2025/11/26/migrate-from-v2-to-v5.mdx
@@ -212,21 +212,21 @@ outdir
212
213
```text
214
outdir
215
-├── animal-service
216
-│ ├── types
217
-│ │ ├── components
218
-│ │ │ └── schemas
219
-│ │ │ ├── cat.schema.ts
220
-│ │ │ ├── dog.schema.ts
221
-│ │ │ └── index.ts
222
-│ │ └── operations
223
-│ │ ├── get-cat.type.ts
224
-│ │ └── get-dog.type.ts
225
-│ └── operations
226
-│ ├── get-cat.fn.ts
227
-│ ├── get-dog.fn.ts
228
-│ └── index.ts
229
-└── request.ts
+├── request.ts
+└── animal-service
+ ├── types
+ │ ├── components
+ │ │ └── schemas
+ │ │ ├── cat.schema.ts
+ │ │ ├── dog.schema.ts
+ │ │ └── index.ts
+ │ └── operations
+ │ ├── get-cat.type.ts
+ │ └── get-dog.type.ts
+ └── operations
+ ├── get-cat.fn.ts
+ ├── get-dog.fn.ts
+ └── index.ts
230
```
231
232
#### 迁移方案
0 commit comments