feat(HMS-3687): Add blueprints exporting
This commit is contained in:
parent
d52358edde
commit
669e3c07e3
3 changed files with 47 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ const config: ConfigFile = {
|
|||
apiImport: 'emptyImageBuilderApi',
|
||||
outputFile: '../../src/store/imageBuilderApi.ts',
|
||||
exportName: 'imageBuilderApi',
|
||||
hooks: true,
|
||||
hooks: { queries: true, lazyQueries: true, mutations: true },
|
||||
filterEndpoints: [
|
||||
'cloneCompose',
|
||||
'composeImage',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue