Skip to content

Commit

Permalink
forward jdlFiles option to jdl blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarakaprasad committed Mar 15, 2024
1 parent d03addd commit 88fed30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/jdl/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default class JdlGenerator extends BaseGenerator {

async beforeQueue() {
if (!this.fromBlueprint) {
await this.composeWithBlueprints('jdl');
await this.composeWithBlueprints('jdl', { generatorArgs: (this.options as any).jdlFiles });
}
}

Expand Down

0 comments on commit 88fed30

Please sign in to comment.