Skip to content

Commit

Permalink
🔧 dev Modify generator config: next actions
Browse files Browse the repository at this point in the history
  • Loading branch information
steeeee0223 committed Jan 25, 2024
1 parent 4c712bb commit e4813d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turbo/generators/generators/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ export const nextAction = {
actions: [
{
type: "add",
path: "apps/{{app}}/actions/index.ts",
path: "apps/{{app}}/src/actions/index.ts",
skipIfExists: true,
},
{
type: "add",
path: "apps/{{app}}/actions/{{dashCase name}}.ts",
path: "apps/{{app}}/src/actions/{{dashCase name}}.ts",
templateFile: "templates/action/index.ts.hbs",
abortOnFail: true,
},
Expand Down

0 comments on commit e4813d0

Please sign in to comment.