Skip to content

Commit 7ab747c

Browse files
committed
Update index.hbs
1 parent 8201e41 commit 7ab747c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/templates/index.hbs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,6 @@ export { {{{name}}}{{{@root.postfix}}} } from './services/{{{name}}}{{{@root.pos
4242
{{/if}}
4343
{{/if}}
4444

45-
export { {{{clientName}}} } from './client';
45+
{{#if @root.exportCore}}
46+
export { {{{@root.clientName}}} } from './client';
47+
{{/if}}

0 commit comments

Comments
 (0)