Files
sweet_crm/orval.config.ts
T
Константин Уколов 9d44b23565 feat: orval generate
2024-07-31 10:38:59 +03:00

15 lines
274 B
TypeScript

import { defineConfig } from 'orval'
export default defineConfig({
cakes: {
output: {
mode: 'tags-split',
target: 'src/cakes.ts',
schemas: 'src/shared/model',
client: 'vue-query',
// mock: true,
},
input: './cakes.json',
},
})