Skip to content

Commit

Permalink
feat(redmine 1258410): add returns from pr review
Browse files Browse the repository at this point in the history
  • Loading branch information
vapersmile committed Oct 19, 2023
1 parent f0ee560 commit 0052fbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-front-kit/turbo/generators/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export default function generator(plop: PlopTypes.NodePlopAPI): void {
templateFile: 'templates/test.hbs',
type: 'add',
});
} else {
}
if (data?.type === 'pages') {
actions.push({
path: 'src/{{path}}/{{pascalCase name}}/Code.mdx',
templateFile: 'templates/pageCode.hbs',
Expand Down

0 comments on commit 0052fbd

Please sign in to comment.