Skip to content

Commit

Permalink
fix(examples): basic generator (#7400)
Browse files Browse the repository at this point in the history
### Description

- correct path name
  • Loading branch information
dangbt committed Feb 16, 2024
1 parent 2b911d5 commit 4928e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/packages/ui/turbo/generators/config.ts
Expand Up @@ -21,7 +21,7 @@ export default function generator(plop: PlopTypes.NodePlopAPI): void {
},
{
type: "append",
path: "index.tsx",
path: "package.json",
pattern: /"exports": {(?<insertion>)/g,
template: '"./{{kebabCase name}}": "./src/{{kebabCase name}}.tsx",',
},
Expand Down

0 comments on commit 4928e80

Please sign in to comment.