sweet_crm/orval.config.ts
Константин Уколов 0f08a7007d build: add orval config
2024-07-31 10:33:45 +03:00

15 lines
271 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',
},
})