Skip to content

Commit

Permalink
add comment about command import
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Oct 15, 2023
1 parent 1902f68 commit d863ede
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .blueprint/generate-sample/command.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ const command = {
},
},
options: {},
import: [GENERATOR_APP, `jhipster-entity-audit:${GENERATOR_APP}`, `jhipster-entity-audit:server`],
import: [
GENERATOR_APP,
// Add blueprint server generator because RC.1 is not loading blueprints options for blueprint generator command.
`jhipster-entity-audit:server`,
],
};

export default command;

0 comments on commit d863ede

Please sign in to comment.