We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2c35d commit 33762c5Copy full SHA for 33762c5
generators/client/index.js
@@ -267,7 +267,7 @@ module.exports = class JHipsterClientGenerator extends BaseApplicationGenerator
267
microservice({ application, entityConfig }) {
268
if (application.applicationTypeMicroservice) {
269
if (entityConfig.clientRootFolder === undefined) {
270
- entityConfig.clientRootFolder = this.entityConfig.microserviceName;
+ entityConfig.clientRootFolder = entityConfig.microserviceName;
271
}
272
if (entityConfig.databaseType === undefined) {
273
entityConfig.databaseType = application.databaseType;
0 commit comments