feat(HMS-3687): Add blueprints exporting

This commit is contained in:
Anna Vítová 2024-04-04 14:39:44 +02:00 committed by Lucas Garfield
parent d52358edde
commit 669e3c07e3
3 changed files with 47 additions and 3 deletions

View file

@ -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',