mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
don't add version header to generated api schema
This commit is contained in:
parent
380b867a58
commit
2acfe8f110
@ -23,6 +23,11 @@ module.exports = {
|
|||||||
path: './fetcher.ts',
|
path: './fetcher.ts',
|
||||||
name: 'fetcher',
|
name: 'fetcher',
|
||||||
},
|
},
|
||||||
|
header: () => [
|
||||||
|
'Generated by Orval',
|
||||||
|
'Do not edit manually.',
|
||||||
|
'See `gen:api` script in package.json',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
input: {
|
input: {
|
||||||
|
Loading…
Reference in New Issue
Block a user