1
0
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:
Tymoteusz Czech 2023-03-15 13:29:18 +01:00
parent 380b867a58
commit 2acfe8f110
No known key found for this signature in database
GPG Key ID: 133555230D88D75F

View File

@ -23,6 +23,11 @@ module.exports = {
path: './fetcher.ts',
name: 'fetcher',
},
header: () => [
'Generated by Orval',
'Do not edit manually.',
'See `gen:api` script in package.json',
],
},
},
input: {