Skip to content

Commit e59dd3f

Browse files
committed
docs: simplify cli folder structure code
1 parent bd6313d commit e59dd3f

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

blog/2025/11/26/migrate-from-v2-to-v5.mdx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -212,21 +212,21 @@ outdir
212212

213213
```text
214214
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
215+
├── request.ts
216+
── animal-service
217+
├── types
218+
── components
219+
│ │ ── schemas
220+
│ │ ├── cat.schema.ts
221+
│ │ ── dog.schema.ts
222+
│ │ └── index.ts
223+
── operations
224+
── get-cat.type.ts
225+
└── get-dog.type.ts
226+
── operations
227+
├── get-cat.fn.ts
228+
── get-dog.fn.ts
229+
└── index.ts
230230
```
231231

232232
#### 迁移方案

0 commit comments

Comments
 (0)