48c5b55cdb
* Chore: Move rtk-client generator to scripts * Fix path * Update codeowners
10 lines
332 B
Handlebars
10 lines
332 B
Handlebars
'{{apiPathPrefix}}/{{groupName}}/endpoints.gen.ts': {
|
|
apiFile: '{{apiPathPrefix}}/{{groupName}}/baseAPI.ts',
|
|
schemaFile: '../data/openapi/{{group}}-{{version}}.json',
|
|
{{#if endpoints}}
|
|
filterEndpoints: [{{{formatEndpoints endpoints}}}],
|
|
{{/if}}
|
|
tag: true,
|
|
},
|
|
// PLOP_INJECT_API_CLIENT - Used by the API client generator
|