change size email deatail + add ovral config
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export default {
|
||||
dmail: {
|
||||
input: "./openapi.yaml", // مسیر فایل OpenAPI
|
||||
output: {
|
||||
mode: "tags-split", // یا 'single'
|
||||
target: "./src/api", // خروجی فایلهای API
|
||||
client: "react-query", // یا 'axios'
|
||||
schemas: "./src/api/model", // خروجی مدلها
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user