Skip to content

Commit

Permalink
fix: make the inputPath in the hapify templates configuration works
Browse files Browse the repository at this point in the history
  • Loading branch information
floross committed Aug 2, 2023
1 parent f3acc4a commit b0edee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/hapify/hapify-common/src/get-hapify-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export async function getHapifyConfig(
inputPath: join(
isDirectory(hapifyPath) ? hapifyPath : dirname(hapifyPath),
'hapify',
template.path,
template.inputPath || template.path,
),
outputPath: template.path,
}));
Expand Down

0 comments on commit b0edee7

Please sign in to comment.