Skip to content

Commit 41f1ee5

Browse files
authored
Replace GENERATOR_APP import with jhipster:app
1 parent 515686c commit 41f1ee5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.blueprint/generate-sample/command.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
*/
19-
import { GENERATOR_APP } from 'generator-jhipster/generators';
2019
import { getGithubSamplesGroup, getGithubSamplesGroups } from 'generator-jhipster/testing';
2120

2221
const DEFAULT_SAMPLES_GROUP = 'samples';
@@ -76,7 +75,7 @@ const command = {
7675
},
7776
},
7877
options: {},
79-
import: [GENERATOR_APP],
78+
import: ['jhipster:app'],
8079
};
8180

8281
export default command;

0 commit comments

Comments
 (0)