consistent naming & strucutre

This commit is contained in:
Johannes Kirschbauer
2023-08-26 15:46:10 +02:00
parent dec5e1e5db
commit 87cce983e9
21 changed files with 438 additions and 444 deletions

View File

@@ -2,8 +2,8 @@ const config = {
petstore: {
output: {
mode: "tags-split",
target: "api",
schemas: "api/model",
target: "src/api",
schemas: "src/api/model",
client: "swr",
// mock: true,
},