mirror of
https://github.com/evroon/bracket.git
synced 2026-01-07 21:49:21 -05:00
7 lines
193 B
JavaScript
7 lines
193 B
JavaScript
import {defineConfig} from '@hey-api/openapi-ts';
|
|
|
|
export default defineConfig({
|
|
input: '../backend/openapi/openapi.json',
|
|
output: 'src/openapi',
|
|
plugins: ['@hey-api/client-axios'],
|
|
}); |