change size email deatail + add ovral config

This commit is contained in:
hamid zarghami
2025-06-29 15:41:07 +03:30
parent 6460693131
commit 0ce7e86120
5 changed files with 2147 additions and 37 deletions
+11
View File
@@ -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", // خروجی مدل‌ها
},
},
};